Skip to content

Instantly share code, notes, and snippets.

@sgade
Created February 13, 2014 20:50
Show Gist options
  • Save sgade/8983565 to your computer and use it in GitHub Desktop.
Save sgade/8983565 to your computer and use it in GitHub Desktop.
Install nodejs on a raspberry pi
# Instead of building nodejs yourself (taking hours!)
# Use these commands, and you're done within 1 minute
# Get the latest file by https://github.com/nathanjohnson320/node_arm
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
# Install the package
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