Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread Mecha Weasel
You can use cron job to force an update dailly, but that may mean nobody can play on your server for most of a day while waiting for it to be updated. That's why I created the scripts the "check" if the released version in Steam is different that whats already running. If it is, then it forces and

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread Mecha Weasel
PS: I have had weird issues before with trying to do an update on a SteamCMD-delivered app, while it is running. So, I always shut-it down before trying to update it, and then restart it afterwards. So, my "check" script does that (only if an update is available). On Thu, Dec 7, 2023 at 3:07 AM

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread Mecha Weasel
Contact information if you want a copy of what I've got ... -- Contact Information ... *Discord:* weasel.steamid.155 *E-Mail:* wea...@weaselslair.com *Steam Profile:* https://steamcommunity.com/id/Weasel/ *Steam Group:* https://steamcommunity.com/groups/WeaselsLair/

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread via hlds_linux list
Hi Mecha, Thanks for your reply. May I ask what your update script looks like? Maybe it's an idea to use cron and do a daily update(s) in stead of checking the API. Looking forward to hear from you. Best regards, Marcel On 07/12/2023 05:01, Mecha Weasel wrote: I am doing basically the

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread via hlds_linux list
I figured out the automated check: /usr/games/steamcmd +force_install_dir "/home/beringer/cs2-ds" +login +app_update 730 +quit And have it mailed to me: /usr/games/steamcmd +force_install_dir "/home/beringer/cs2-ds" +login +app_update 730 +quit | mail -s "Counter-Strike 2 update" And