Explorar o código

Update tdarr-install.sh

fix install
fixes https://github.com/tteck/Proxmox/issues/1329
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
b85dd70aca
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      install/tdarr-install.sh

+ 2 - 1
install/tdarr-install.sh

@@ -25,8 +25,9 @@ mkdir -p /opt/tdarr
 cd /opt/tdarr
 wget -q https://f000.backblazeb2.com/file/tdarrs/versions/2.00.15/linux_x64/Tdarr_Updater.zip
 $STD unzip Tdarr_Updater.zip
+rm -rf Tdarr_Updater.zip
 chmod +x Tdarr_Updater
-$STD ./Tdarr_Updater
+./Tdarr_Updater &>/dev/null
 msg_ok "Installed Tdarr"
 
 msg_info "Creating Service"