Skip to content

Instantly share code, notes, and snippets.

@hoorace
Created February 17, 2016 08:53
Show Gist options
  • Select an option

  • Save hoorace/fbafd610d62d8967cd05 to your computer and use it in GitHub Desktop.

Select an option

Save hoorace/fbafd610d62d8967cd05 to your computer and use it in GitHub Desktop.
wget https://nodejs.org/dist/v4.3.1/node-v4.3.1-linux-x64.tar.xz
xz -d node-v4.3.1-linux-x64.tar.xz
tar -xf node-v4.3.1-linux-x64.tar
rm node-v4.3.1-linux-x64.tar
mv node-v4.3.1-linux-x64/ node-4.3.1
ln -sf /opt/node-4.3.1/bin/node /usr/bin/node
ln -sf /opt/node-4.3.1/bin/npm /usr/bin/npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment