mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update tdarr-install.sh
fix install fixes https://github.com/tteck/Proxmox/issues/1329
This commit is contained in:
		
							parent
							
								
									cc19644063
								
							
						
					
					
						commit
						b85dd70aca
					
				| 
						 | 
					@ -25,8 +25,9 @@ mkdir -p /opt/tdarr
 | 
				
			||||||
cd /opt/tdarr
 | 
					cd /opt/tdarr
 | 
				
			||||||
wget -q https://f000.backblazeb2.com/file/tdarrs/versions/2.00.15/linux_x64/Tdarr_Updater.zip
 | 
					wget -q https://f000.backblazeb2.com/file/tdarrs/versions/2.00.15/linux_x64/Tdarr_Updater.zip
 | 
				
			||||||
$STD unzip Tdarr_Updater.zip
 | 
					$STD unzip Tdarr_Updater.zip
 | 
				
			||||||
 | 
					rm -rf Tdarr_Updater.zip
 | 
				
			||||||
chmod +x Tdarr_Updater
 | 
					chmod +x Tdarr_Updater
 | 
				
			||||||
$STD ./Tdarr_Updater
 | 
					./Tdarr_Updater &>/dev/null
 | 
				
			||||||
msg_ok "Installed Tdarr"
 | 
					msg_ok "Installed Tdarr"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Creating Service"
 | 
					msg_info "Creating Service"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue