Skip to content

Instantly share code, notes, and snippets.

@mscdex
Last active December 10, 2015 16:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mscdex/4463223 to your computer and use it in GitHub Desktop.
Save mscdex/4463223 to your computer and use it in GitHub Desktop.
node binary install one-liner for *nix
Linux 32-bit: curl http://nodejs.org/dist/latest/node-v0.10.29-linux-x86.tar.gz | tar zx --strip=1 -C /usr/local
Linux 64-bit: curl http://nodejs.org/dist/latest/node-v0.10.29-linux-x64.tar.gz | tar zx --strip=1 -C /usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment