Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 304 Bytes

File metadata and controls

10 lines (7 loc) · 304 Bytes

Auto Update

You can automatically update your game server by calling the script in a crontab. Just add this line in your crontab and change the folder if necessary.

0 4 * * *   cd /etc/init.d/ && ./csgo-server-launcher update >/dev/null 2>&1

This will update your server every day at 4 am.