#Linux only Update.sh:
- Copy update.sh to your server where alpine and run.sh is located
- Close fivem & screen (when screen name is not txAdmin)
- bash update.sh
- follow instruction
You can run update.sh at anytime again, screen get automatically closed and reopen after update and you will always have a backup of last artifact version in backup folder
#Linux only cronjobupdate.sh: (No interaction necessary - always fetch LATEST OPTIONAL)
- Copy cronjobupdate.sh to your server where alpine and run.sh is located
- Close fivem & screen (when screen name is not txAdmin)
- bash cronjobupdate.sh
- Run update automatically:
crontab -l | { cat; echo "30_4_*_*_0 /bin/bash "path/to/server/cronjobupdate.sh""; } | crontab -
- (optional) enable log in cronjobupdate.sh
- Every Sunday 4.30am artifact update starts automatically