Skip to content

Instantly share code, notes, and snippets.

@hpherzog
Last active September 13, 2015 12:30
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 hpherzog/902ec98277cf7db66d98 to your computer and use it in GitHub Desktop.
Save hpherzog/902ec98277cf7db66d98 to your computer and use it in GitHub Desktop.
Install node.js version 0.10.x on debian jessie
#!/bin/sh
curl --silent --location https://deb.nodesource.com/setup_0.10 | bash -
apt-get -y install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment