Skip to content

Instantly share code, notes, and snippets.

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