Skip to content

Instantly share code, notes, and snippets.

@curioswati-zz
Created October 29, 2015 16:15
Show Gist options
  • Save curioswati-zz/5155551ee3823014daa0 to your computer and use it in GitHub Desktop.
Save curioswati-zz/5155551ee3823014daa0 to your computer and use it in GitHub Desktop.
Install script for nodejs 0.12.x from debsources. The number at last can be replaced to any valid version number of node to install different versions e.g. 0.10, 4.x etc.
sudo apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_0.12 | sudo 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