A small set of scripts to set up Raspberry Pi devices to a common configuration
To configure preferences (WiFi, keyboard, etc.), first run:
$ sudo ./bootstrap.sh
This script will trigger a reboot. After rebooting, run the setup script* to get the latest firmware, install default packages, and add a new user:
$ cd ~/tmp/
$ sudo ./scripts/setup.sh
* — For the sake of convenience, this file will be moved to ~/tmp/scripts/setup.sh
so that you may run the script from a remote machine.
MIT