-
Notifications
You must be signed in to change notification settings - Fork 34
Install Script
The install script supports only Debian based OSes at this time.
If for some reason there is an issue with an install on a Debian based OS, post it to the issue tracker.
If updating from a version prior to 1.5 uninstall the current version before upgrading.
The following command downloads and executes the script directly.
curl -s https://raw.githubusercontent.com/rolandoislas/drc-sim/master/install.sh | sudo bash -s master
To test new and possibly unstable changes install from the develop
branch.
curl -s https://raw.githubusercontent.com/rolandoislas/drc-sim/develop/install.sh | sudo bash -s develop
While still easy, it's not a single line. It is, however, a good idea to read the script that is about to be executed with root privileges.
wget https://raw.githubusercontent.com/rolandoislas/drc-sim/master/install.sh
cat install.sh
sudo bash ./install.sh
Usage: install.sh [branch/option]
branch/option:
-
master
- stable branch (default) -
develop
- testing branch -
local
- install from the current directory -
uninstall
- uninstalls DRC Sim Server
See install-options
Now onto connecting.
DRC Sim requires a server and a client.
Need help? Create an issue for the server or client.
There is also a Discord group.