This shell script allows you to:
- Install EngineGP in automatic mode;
- Set up a location (unit);
- Download game servers.
- GNU/Linux: Debian 11, 12
- GNU/Linux: Ubuntu 22.04, 24.04
Important
The architecture and bit depth of x86_64 are required.
Update indexes and packages
apt -y update && apt -y full-upgradeInstall GIT
apt -y install gitClone the repository
git clone https://github.com/EngineGPDev/Autoinstall.gitMake the installation file executable
chmod +x ./Autoinstall/install.shRun automatic installation
./Autoinstall/install.shForcibly specifying an IP address
./Autoinstall/install.sh --ip 192.0.2.0Note
Instead of 192.0.2.0, you need to substitute your IP address.
Choosing the php version
./Autoinstall/install.sh --php 8.2Note
Instead of 8.2, you need to substitute the desired php version;
Supported php versions: 7.4, 8.0, 8.1, 8.2
Choosing an EngineGP release
./Autoinstall/install.sh --releaseNote
--release - the current stable version;
--beta - current beta version;
--snapshot - future beta version.