-
-
Save quinndiggity/279a8666176cc8cccca51f6cd7dcccb4 to your computer and use it in GitHub Desktop.
Install Node.js one-liner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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