Created
February 13, 2014 20:50
-
-
Save sgade/8983565 to your computer and use it in GitHub Desktop.
Install nodejs on a raspberry pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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