Automatic Updater scripts for FiveM.
This script will simply download the latest server version of FiveM when it is run.
- Powershell (tested with v6 in Windows 10)
TBD
NOTE: Configuration is located in the script. Edit this before using!
FXServer must be stopped before executing an update.
powershell -ExecutionPolicy Bypass -File .\FiveM-Update.ps1 [-Silent]
Specify -Silent
flag to not prompt you to download. Useful when running as a scheduled task.
TBD
Nathan C. – Discord: Era#1337
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/nathanctech/FiveM-Updater
- Fork it (https://github.com/nathanctech/FiveM-Updater/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request