Skip to content

Instantly share code, notes, and snippets.

@gongzili456
Created September 20, 2016 09:00
Show Gist options
  • Save gongzili456/d5966d2c61d5de3fd36b35561287f852 to your computer and use it in GitHub Desktop.
Save gongzili456/d5966d2c61d5de3fd36b35561287f852 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~
wget https://nodejs.org/dist/v6.6.0/node-v6.6.0-linux-x64.tar.xz
cd /usr/local
sudo tar --strip-components 1 -xf ~/node-v6.6.0-linux-x64.tar.xz
node -v
npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment