Skip to content

Instantly share code, notes, and snippets.

@fxp
Created November 10, 2016 07:41
Show Gist options
  • Save fxp/2eb0ada01b77fad87b42737e3b7662a3 to your computer and use it in GitHub Desktop.
Save fxp/2eb0ada01b77fad87b42737e3b7662a3 to your computer and use it in GitHub Desktop.
Install Nodejs 6.x on Ubuntu
# 4.x
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
# 6.x
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment