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 0663ef8 commit eb7e911Copy full SHA for eb7e911
sinusbot_installer.sh
@@ -604,7 +604,9 @@ if [ "$DISCORD" == "false" ]; then
604
605
greenMessage "Searching latest TS3-Client build for hardware type $MACHINE with arch $ARCH."
606
607
-VERSION=$(wget -qO - 'https://sinusbot-installer.de/ts3version')
+VERSION="3.2.1"
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"
612
STATUS=$(wget --server-response -L $DOWNLOAD_URL_VERSION 2>&1 | awk '/^ HTTP/{print $2}')
0 commit comments