mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update trilium-install.sh
switch to TriliumNext
This commit is contained in:
		
							parent
							
								
									daa896894d
								
							
						
					
					
						commit
						e428bb8604
					
				| @ -19,15 +19,13 @@ $STD apt-get install -y sudo | ||||
| $STD apt-get install -y mc | ||||
| msg_ok "Installed Dependencies" | ||||
| 
 | ||||
| RELEASE=$(curl -s https://api.github.com/repos/zadam/trilium/releases/latest | | ||||
|   grep "tag_name" | | ||||
|   awk '{print substr($2, 3, length($2)-4) }') | ||||
| RELEASE=$(curl -s https://api.github.com/repos/TriliumNext/Notes/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') | ||||
| 
 | ||||
| msg_info "Installing Trilium" | ||||
| wget -q https://github.com/zadam/trilium/releases/download/v$RELEASE/trilium-linux-x64-server-$RELEASE.tar.xz | ||||
| msg_info "Installing TriliumNext" | ||||
| wget -q https://github.com/TriliumNext/Notes/releases/download/v$RELEASE/trilium-linux-x64-server-$RELEASE.tar.xz | ||||
| $STD tar -xvf trilium-linux-x64-server-$RELEASE.tar.xz | ||||
| mv trilium-linux-x64-server /opt/trilium | ||||
| msg_ok "Installed Trilium" | ||||
| msg_ok "Installed TriliumNext" | ||||
| 
 | ||||
| msg_info "Creating Service" | ||||
| service_path="/etc/systemd/system/trilium.service" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user