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
Icedream 2015-11-01 00:49:37 +01:00
parent 755d0d4752
commit dd5cd05de9
1 changed files with 1 additions and 1 deletions

View File

@ -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