/TS3-Update

Mit diesem kleinen Skript kann man seinen TS3 Server einfach automatisch aktualisieren.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

TS3-Update

With this little script you can easily update your TS3 server automatically.

Requirements

  • 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)

Install

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.