Last active
April 14, 2017 00:03
-
-
Save z3cka/cb69b6b8a70b0f80f4e17c6a1c332e80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update && sudo apt install -y build-essential byobu git | |
git clone https://github.com/ProboCI/probo.git | |
git clone https://github.com/ProboCI/probo-asset-receiver.git | |
git clone https://github.com/ProboCI/probo-loom.git | |
git clone https://github.com/ProboCI/probo-proxy.git | |
wget -qO- https://get.docker.com/ | sudo sh | |
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
nvm install v4.8.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment