Skip to content

My personal LGSM scripts to help automate stuff.

Notifications You must be signed in to change notification settings

yuv41/LGSMscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

LGSMscripts

My personal LGSM scripts to help automate stuff. (Built for CS:GO. can be easly altered to other games.

Autoupdate.sh requirements.

Autoupdate.sh requires discord.sh in the same folder as the updater, the updater should be located in the root folder of the user. To run autoupdate.sh looped upon server boot i would recommend adding this Cronjob to your users crontab.

@reboot sleep 600 && nohup /path/to/update.sh & >> /dev/null

(This will run update.sh after 10 minutes of the server being on, and will keep it looping endlessly.)

Sourcemod.sh requirements.

Sourcemod.sh has no requirements but edits to the folder of your serverfiles if you've changed it from serverfiles, (Line 28) The updater should be located in a subdir of the root folder of the user (/home/user/sourcemodupdater)
To run sourcemod.sh automatically i would recommend running a cronjob once a day.

0 0 * * * /path/to/sourcemod.sh >> /dev/null

(This will run sourcemod.sh at every 00:00.)

About

My personal LGSM scripts to help automate stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages