Skip to content

Instantly share code, notes, and snippets.

@gblnovaes
Created March 14, 2015 19:08
Show Gist options
  • Save gblnovaes/edaeca7c81b27a5dc761 to your computer and use it in GitHub Desktop.
Save gblnovaes/edaeca7c81b27a5dc761 to your computer and use it in GitHub Desktop.
How to install nodejs in Debian
How to install nodejs in debian wheezy
1 - Download curl
2 - execute curl -sL https://deb.nodesource.com/setup | sudo bash -
3 - install node execute command sudo apt-get install -y nodejs
4 the just enjoy node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment