From dd5cd05de9cab57380db7d25479b065df9db8257 Mon Sep 17 00:00:00 2001 From: icedream Date: Sun, 1 Nov 2015 00:49:37 +0100 Subject: [PATCH] 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. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 3f5119d..1aea282 100644 --- a/setup.sh +++ b/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