Skip to content

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

License

Notifications You must be signed in to change notification settings

yannik995/TS3-Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages