Skip to content

Instantly share code, notes, and snippets.

@alexsmbaratti
Created October 19, 2017 18:14
Show Gist options
  • Save alexsmbaratti/eb127ae4dc1a4dbc44b73ceaae6cf016 to your computer and use it in GitHub Desktop.
Save alexsmbaratti/eb127ae4dc1a4dbc44b73ceaae6cf016 to your computer and use it in GitHub Desktop.
Install Node 7.5.0 on Linux
wget https://nodejs.org/dist/v7.5.0/node-v7.5.0-linux-armv6l.tar.gz
tar -xvf node-v7.5.0-linux-armv6l.tar.gz
cd node-v7.5.0-linux-armv6l
sudo cp -R * /usr/local/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment