Skip to content

Instantly share code, notes, and snippets.

@adohe-zz
Created October 15, 2014 15:42
Show Gist options
  • Save adohe-zz/588714bfae5621e36b61 to your computer and use it in GitHub Desktop.
Save adohe-zz/588714bfae5621e36b61 to your computer and use it in GitHub Desktop.
add linux node install script
curl http://nodejs.org/dist/<version>/node-<version>.tar.gz
tar zxvf node-<version>.tar.gz
cd node-<version>
./configure
make
[sudo] make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment