Last active
February 12, 2018 01:36
-
-
Save rgstephens/eadbe9101ca3156cca6ba7ad01ac1cc2 to your computer and use it in GitHub Desktop.
pi_eddygrid_setup.sh
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 | |
set -x | |
sudo cp /usr/share/zoneinfo/US/Pacific /etc/localtime | |
sudo apt-get remove -y wolfram-engine sonic-pi nodejs-legacy nodejs nodered | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get install -y emacs git htop dnsutils | |
git clone https://github.com/sdesalas/node-pi-zero.git | |
cd node-pi-zero | |
chmod +x install-node-v4.4.1.sh | |
./install-node-v4.4.1.sh | |
cd .. | |
git clone https://[email protected]/rgstephens/eddygrid-gateway.git | |
cd eddygrid-gateway | |
npm install | |
cd .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment