Skip to content

Instantly share code, notes, and snippets.

View skalashnyk's full-sized avatar

Sergii Kalashnyk skalashnyk

View GitHub Profile
@skalashnyk
skalashnyk / install-node-pi.sh
Last active March 2, 2018 14:38 — forked from myrtleTree33/install-node-pi.sh
Install Node JS in 30 seconds for Raspberry Pi / ARM
#!/bin/bash
## Check for versions compiled with ARM at http://nodejs.org/dist/
## Inspired by http://oskarhane.com/raspberry-pi-install-node-js-and-npm/
## Fill in the Node Version here:
##########################################################################
NODE_VERSION="v8.9.4"
0x92bE444f4Db321EE64462047b3a64350333a5D5D