Skip to content

Instantly share code, notes, and snippets.

@Gattermeier
Created November 22, 2015 22:52
Show Gist options
  • Save Gattermeier/7e2ae991037ff551c038 to your computer and use it in GitHub Desktop.
Save Gattermeier/7e2ae991037ff551c038 to your computer and use it in GitHub Desktop.
Install Node.js v5 on Raspberry Pi 2, Model B
wget https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-armv7l.tar.gz
tar xvf node-v5.1.0-linux-armv7l.tar.gz
echo 'export PATH=$PATH:/$HOME/node-v5.1.0-linux-armv7l/bin' >> ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment