Skip to content

Instantly share code, notes, and snippets.

@rgstephens
Last active February 12, 2018 01:36
Show Gist options
  • Save rgstephens/eadbe9101ca3156cca6ba7ad01ac1cc2 to your computer and use it in GitHub Desktop.
Save rgstephens/eadbe9101ca3156cca6ba7ad01ac1cc2 to your computer and use it in GitHub Desktop.
pi_eddygrid_setup.sh
#!/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