Created
June 30, 2014 21:16
-
-
Save pedrocarrico/7a87b37092246185ec11 to your computer and use it in GitHub Desktop.
Install latest node.js on the raspberry pi
This file contains hidden or 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
!#/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