Skip to content

Instantly share code, notes, and snippets.

@pedrocarrico
Created June 30, 2014 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrocarrico/7a87b37092246185ec11 to your computer and use it in GitHub Desktop.
Save pedrocarrico/7a87b37092246185ec11 to your computer and use it in GitHub Desktop.
Install latest node.js on the raspberry pi
!#/bin/bash
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment