mirror of https://github.com/icedream/ts3bot.git
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
parent
3d7d06c67d
commit
a4b5037c92
|
@ -1,7 +1,7 @@
|
|||
FROM node:6.2.2
|
||||
|
||||
ENV TS3CLIENT_VERSION 3.0.19.3
|
||||
ENV TS3BOT_COMMIT 4ab1de5a5e5f969982b114713cac35265fda6ef0
|
||||
ARG TS3CLIENT_VERSION=3.0.19.4
|
||||
ARG TS3BOT_COMMIT=4ab1de5a5e5f969982b114713cac35265fda6ef0
|
||||
|
||||
# Add "app" user
|
||||
RUN mkdir -p /tmp/empty &&\
|
||||
|
|
2
setup.sh
2
setup.sh
|
@ -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!!
|
||||
# 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
|
||||
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
|
||||
sed -i 's/^MS_PrintLicense$/#MS_PrintLicense/g' ./ts3client.run
|
||||
./ts3client.run --quiet --target ts3client
|
||||
|
|
Loading…
Reference in New Issue