Skip to content

Instantly share code, notes, and snippets.

@walkerjeffd
Last active August 29, 2015 14:02
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 walkerjeffd/bbd86d4e1bd980876eea to your computer and use it in GitHub Desktop.
Save walkerjeffd/bbd86d4e1bd980876eea to your computer and use it in GitHub Desktop.
Raspberry Pi Set Up
# Raspberry Pi Set Up Shell Script
# By Jeff Walker
# I created this to make it easier to re-install/re-configure my pi in case I need to start from scratch.
# Assumes Occidentalis v0.2 is being used.
# Run an update
# sudo apt-get update
# Adafruit WebIDE
curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment