We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f533a1 commit 2ddd7d1Copy full SHA for 2ddd7d1
1 file changed
sinusbot_installer.sh
@@ -76,7 +76,7 @@ fi
76
77
# Update notify
78
79
-cyanMessage "Checking for the latest latest installer version"
+cyanMessage "Checking for the latest installer version"
80
if [ -f /etc/centos-release ]; then
81
yum -y -q install wget
82
else
@@ -606,7 +606,7 @@ greenMessage "Searching latest TS3-Client build for hardware type $MACHINE with
606
607
VERSION="3.2.3"
608
609
-#VERSION=$(wget -qO - 'https://sinusbot-installer.de/ts3version')
+#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