Skip to content

Instantly share code, notes, and snippets.

@muthuspark
Created December 2, 2016 07:39
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 muthuspark/dde82808871897df5b2319546fb8d0f5 to your computer and use it in GitHub Desktop.
Save muthuspark/dde82808871897df5b2319546fb8d0f5 to your computer and use it in GitHub Desktop.
Install specific version of nodejs in ubuntu
sudo apt-get install curl
curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment