Skip to content

Instantly share code, notes, and snippets.

@BHEADRICK
Last active January 12, 2017 02:56
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 BHEADRICK/ff5b3a7168e4016861b760aa9b67e8d8 to your computer and use it in GitHub Desktop.
Save BHEADRICK/ff5b3a7168e4016861b760aa9b67e8d8 to your computer and use it in GitHub Desktop.
Raspberry Pi3 install latest nodejs
sudo apt-get install git && git clone https://github.com/BHEADRICK/NodeJs-Raspberry-Pi && cd NodeJs-Raspberry-Pi && chmod +x Install-Node.sh && sudo ./Install-Node.sh;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment