Adapt installation script to any machine (#258)

* Adapt script to any machine

Adapt script to any machine, independent of the user. We support for installations in VM Ubuntu

* Clear user-bootstrap.sh

* Update user-bootstrap.sh

* Adapt installation script to any machine
This commit is contained in:
David
2019-06-13 14:32:15 +02:00
committed by Nate Foster
parent 573f716edc
commit b5c82700b8
3 changed files with 30 additions and 35 deletions

View File

@@ -53,6 +53,6 @@ You will need the script to execute to completion before you can see the `p4` lo
To install dependencies by hand, please reference the [vm](../vm) installation scripts.
They contain the dependencies, versions, and installation procedure.
You should be able to run them directly on an Ubuntu 16.04 machine, although note that the scripts currently assume the existence of a directory `/home/vagrant`:
You should be able to run them directly on an Ubuntu 16.04 machine:
- `sudo ./root-bootstrap.sh`
- `sudo ./user-bootstrap.sh`