https://github.com/fernando-a-rocha/mta-server-updater
Script for updating MTA Server on any machine
https://github.com/fernando-a-rocha/mta-server-updater
Last synced: 11 months ago
JSON representation
Script for updating MTA Server on any machine
- Host: GitHub
- URL: https://github.com/fernando-a-rocha/mta-server-updater
- Owner: Fernando-A-Rocha
- License: gpl-3.0
- Created: 2024-07-29T10:36:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T08:00:43.000Z (over 1 year ago)
- Last Synced: 2025-06-21T18:13:53.123Z (12 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mta-server-updater
Script for updating MTA Server on any machine
## Requirements
- Python 3 (tested with 3.10)
- Python Pip to install the required modules
- 7-Zip installed and added to the PATH
## Tutorial
```py
# Install the required modules
pip install -r requirements.txt
```
```py
# Run the script manually (it will ask you for a server folder path)
python updater.py
```
```py
# Run the script passing a server folder path as an argument
python updater.py /path/to/server/folder
# e.g. python updater.py "C:\Users\me\Documents\_MTASA\_SERVERS\Testing1\server"
```
Alternatively:
- On Windows you can double click the `.bat` file to start the script
- On Linux, you can run the `.sh` file to start the script