An open API service indexing awesome lists of open source software.

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

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