Skip to content

Instantly share code, notes, and snippets.

@bsergean
Last active December 8, 2015 23:10
Show Gist options
  • Save bsergean/5aa42d6c9b5080dbe31b to your computer and use it in GitHub Desktop.
Save bsergean/5aa42d6c9b5080dbe31b to your computer and use it in GitHub Desktop.
Install node 4.2.1 on linux 64 bits
mkdir /tmp/node
cd /tmp/node
curl https://nodejs.org/dist/v4.2.1/node-v4.2.1-linux-x64.tar.xz | tar Jxf -
cd node-v4.2.1-linux-x64
sudo cp -rvf * /usr/local/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment