Skip to content

Commit fe82c82

Browse files
authored
fixed ts3 client download URL
1 parent 9cdc575 commit fe82c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sinusbot_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ VERSION="3.2.3"
608608

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

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

0 commit comments

Comments
 (0)