mirror of https://github.com/icedream/ts3bot.git
Remove sudo call for installing TeamSpeak3.
Installing the files on root will have the same effect as for other calls. All installed files will no longer be writable by the "app" user, however can still be used and, if the +x flag is set, can be executed.pull/5/head
parent
755d0d4752
commit
dd5cd05de9
2
setup.sh
2
setup.sh
|
@ -35,7 +35,7 @@ cd ~app
|
|||
wget http://dl.4players.de/ts/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
|
||||
sudo -u app ./ts3client.run --quiet --target ts3client
|
||||
./ts3client.run --quiet --target ts3client
|
||||
rm ./ts3client.run
|
||||
|
||||
# Install TS3Bot
|
||||
|
|
Loading…
Reference in New Issue