Skip to content

Instantly share code, notes, and snippets.

@z3cka
Last active April 14, 2017 00:03
Show Gist options
  • Save z3cka/cb69b6b8a70b0f80f4e17c6a1c332e80 to your computer and use it in GitHub Desktop.
Save z3cka/cb69b6b8a70b0f80f4e17c6a1c332e80 to your computer and use it in GitHub Desktop.
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