Skip to content

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.

Easiest Install

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

Easy Install

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

Post Install

Now onto connecting.

Clone this wiki locally