Skip to content

Commit 2ddd7d1

Browse files
committed
fix typo (2x latest)
1 parent 2f533a1 commit 2ddd7d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sinusbot_installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fi
7676

7777
# Update notify
7878

79-
cyanMessage "Checking for the latest latest installer version"
79+
cyanMessage "Checking for the latest installer version"
8080
if [ -f /etc/centos-release ]; then
8181
yum -y -q install wget
8282
else
@@ -606,7 +606,7 @@ greenMessage "Searching latest TS3-Client build for hardware type $MACHINE with
606606

607607
VERSION="3.2.3"
608608

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

611611
DOWNLOAD_URL_VERSION="http://dl.4players.de/ts/releases/$VERSION/TeamSpeak3-Client-linux_$ARCH-$VERSION.run"
612612
STATUS=$(wget --server-response -L $DOWNLOAD_URL_VERSION 2>&1 | awk '/^ HTTP/{print $2}')

0 commit comments

Comments
 (0)