Update tdarr-install.sh

fix install
fixes https://github.com/tteck/Proxmox/issues/1329
This commit is contained in:
tteckster 2023-04-13 12:42:31 -04:00 committed by GitHub
parent cc19644063
commit b85dd70aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"