Skip to content

Instantly share code, notes, and snippets.

@santiagobasulto
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santiagobasulto/f3306daf84b8c4219f46 to your computer and use it in GitHub Desktop.
Save santiagobasulto/f3306daf84b8c4219f46 to your computer and use it in GitHub Desktop.
sudo apt-get -y update && sudo apt-get -y upgrade
sudo apt-get install -y build-essential libssl-dev curl git make g++ gcc
curl https://raw.githubusercontent.com/creationix/nvm/v0.10.0/install.sh | sh
nvm install 0.11.13
nvm alias default 0.11.13
# Add this to your .bashrc if no present `source ~/.nvm/nvm.sh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment