Skip to content

Commit

Permalink
Update tdarr-install.sh
Browse files Browse the repository at this point in the history
Download the latest `Tdarr_Updater`
  • Loading branch information
tteck authored Mar 29, 2024
1 parent 21d0e96 commit 597162b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/tdarr-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ fi
msg_info "Installing Tdarr"
mkdir -p /opt/tdarr
cd /opt/tdarr
wget -q https://f000.backblazeb2.com/file/tdarrs/versions/2.00.15/linux_x64/Tdarr_Updater.zip
RELEASE=$(curl -s https://f000.backblazeb2.com/file/tdarrs/versions.json | grep -oP '(?<="Tdarr_Updater": ")[^"]+' | grep linux_x64 | head -n 1)
wget -q $RELEASE
$STD unzip Tdarr_Updater.zip
rm -rf Tdarr_Updater.zip
chmod +x Tdarr_Updater
Expand Down

0 comments on commit 597162b

Please sign in to comment.