Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created January 13, 2016 03:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save TooTallNate/2477f53a23a51537332e to your computer and use it in GitHub Desktop.
Save TooTallNate/2477f53a23a51537332e to your computer and use it in GitHub Desktop.
Install Node.js one-liner
curl https://nodejs.org/dist/v4.2.4/node-v4.2.4-linux-x64.tar.gz | tar xzvf - --exclude CHANGELOG.md --exclude LICENSE --exclude README.md --strip-components 1 -C /usr/local/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment