Skip to content

Commit

Permalink
fixed ts3 client download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jan 17, 2019
1 parent 9cdc575 commit fe82c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinusbot_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ VERSION="3.2.3"

#VERSION=$(wget -qO - 'https://sinusbot-installer.de/ts3version')

DOWNLOAD_URL_VERSION="http://dl.4players.de/ts/releases/$VERSION/TeamSpeak3-Client-linux_$ARCH-$VERSION.run"
DOWNLOAD_URL_VERSION="https://files.teamspeak-services.com/releases/client/$VERSION/TeamSpeak3-Client-linux_$ARCH-$VERSION.run"
STATUS=$(wget --server-response -L $DOWNLOAD_URL_VERSION 2>&1 | awk '/^ HTTP/{print $2}')
if [ "$STATUS" == "200" ]; then
DOWNLOAD_URL=$DOWNLOAD_URL_VERSION
Expand Down

0 comments on commit fe82c82

Please sign in to comment.