Skip to content

Instantly share code, notes, and snippets.

@quinndiggity
Forked from TooTallNate/install.sh
Created July 28, 2017 06:25
Show Gist options
  • Save quinndiggity/279a8666176cc8cccca51f6cd7dcccb4 to your computer and use it in GitHub Desktop.
Save quinndiggity/279a8666176cc8cccca51f6cd7dcccb4 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