Update TS3Client to version 3.0.19.4 and change mirror.

The old official mirror no longer works on my own production servers and this is a quick fix for it. Hopefully, I can fix this permanently in my own infrastructure though.
develop
Icedream 2016-08-13 22:18:33 +02:00
parent 3d7d06c67d
commit a4b5037c92
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM node:6.2.2 FROM node:6.2.2
ENV TS3CLIENT_VERSION 3.0.19.3 ARG TS3CLIENT_VERSION=3.0.19.4
ENV TS3BOT_COMMIT 4ab1de5a5e5f969982b114713cac35265fda6ef0 ARG TS3BOT_COMMIT=4ab1de5a5e5f969982b114713cac35265fda6ef0
# Add "app" user # Add "app" user
RUN mkdir -p /tmp/empty &&\ RUN mkdir -p /tmp/empty &&\

View File

@ -23,7 +23,7 @@ ln -sf /config ~app/.ts3bot
# Original comment that used to be here: temporary non-interactive teamspeak3 install hack, remove before publishing!! # Original comment that used to be here: temporary non-interactive teamspeak3 install hack, remove before publishing!!
# In fact, it would be nice if we had some lazy handling code for this that just requires the user to provide a "--agree-with-license" once. # In fact, it would be nice if we had some lazy handling code for this that just requires the user to provide a "--agree-with-license" once.
cd ~app cd ~app
wget http://dl.4players.de/ts/releases/${TS3CLIENT_VERSION}/TeamSpeak3-Client-linux_amd64-${TS3CLIENT_VERSION}.run -Ots3client.run wget "http://teamspeak.gameserver.gamed.de/ts3/releases/${TS3CLIENT_VERSION}/TeamSpeak3-Client-linux_amd64-${TS3CLIENT_VERSION}.run" -Ots3client.run
chmod +x ./ts3client.run chmod +x ./ts3client.run
sed -i 's/^MS_PrintLicense$/#MS_PrintLicense/g' ./ts3client.run sed -i 's/^MS_PrintLicense$/#MS_PrintLicense/g' ./ts3client.run
./ts3client.run --quiet --target ts3client ./ts3client.run --quiet --target ts3client