Skip to content

Instantly share code, notes, and snippets.

@zubairalam
Created September 29, 2015 20:15
Show Gist options
  • Save zubairalam/dd2ccd03f70da5e16cfa to your computer and use it in GitHub Desktop.
Save zubairalam/dd2ccd03f70da5e16cfa to your computer and use it in GitHub Desktop.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment