Script will easily download latest ts3server files and update the server automatically.
- Server running a linux amd64 TS3 Server
- Server Directory Named "teamspeak3-server_linux_amd64"
- Run the script from within the directory where the server files are located.
/home/teamspeak/teamspeak3-server_linux_amd64/{TS3 server files}
/home/teamspeak/ts3update.sh (the script)
save or wget the ts3update.sh
chmod +x ts3update.sh
./ts3update.sh
Oneliner - download script via wget (-N timestamp, -no-verbose), chmod +x and execute
wget -Nnv https://gist.githubusercontent.com/serial/911dfdd3e14da4d2394e655b6bf989a4/raw/b900d103501f9b101c93d4292e448e5dd4c7c86a/ts3update.sh && chmod +x ts3update.sh; ./ts3update.sh
$crontab -e
@reboot bash ts3update.sh
or execute every month the 3rd at 5.30 am
30 5 3 * * bash ts3update.sh