Skip to content

Instantly share code, notes, and snippets.

@ayhansipahi
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save ayhansipahi/873b48675693ae1ee0a5 to your computer and use it in GitHub Desktop.

Select an option

Save ayhansipahi/873b48675693ae1ee0a5 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo aptitude install nodejs
sudo update-alternatives --install /usr/bin/node nodejs /usr/bin/nodejs 100
curl https://www.npmjs.org/install.sh | sudo sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment