With this little script you can easily update your TS3 server automatically.
- Server running a linux amd64 TS3 Server
- wget and jq installed
- Server Directory Named "teamspeak3-server_linux_amd64"
- Run the script in the directory where the server's directory is located.
for example:
/home/ts3/teamspeak3-server_linux_amd64/{TS3 server files}
/home/ts3/ts3update.sh (This Script)
apt install jq -y
wget https://raw.githubusercontent.com/yannik995/TS3-Update/main/ts3update.sh
chmod +x ts3update.sh
./ts3update.sh
Run:
apt install jq -y && wget -Nnv https://raw.githubusercontent.com/yannik995/TS3-Update/main/ts3update.sh && chmod +x ts3update.sh; ./ts3update.sh
Add a crontab that will start the script regularly.