We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdc575 commit fe82c82Copy full SHA for fe82c82
sinusbot_installer.sh
@@ -608,7 +608,7 @@ VERSION="3.2.3"
608
609
#VERSION=$(wget -qO - 'https://sinusbot-installer.de/ts3version')
610
611
-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"
612
STATUS=$(wget --server-response -L $DOWNLOAD_URL_VERSION 2>&1 | awk '/^ HTTP/{print $2}')
613
if [ "$STATUS" == "200" ]; then
614
DOWNLOAD_URL=$DOWNLOAD_URL_VERSION
0 commit comments