-
Notifications
You must be signed in to change notification settings - Fork 34
Install Script
Rolando Islas edited this page Mar 27, 2017
·
6 revisions
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.
Note: The commands below reference the develop
branch. The install script has not yet made it to master
.
The following command downloads and executes the script directly.
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/develop/install.sh
vim install.sh
sudo bash ./install.sh
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.