Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 304 Bytes

auto-update.md

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.