/raspi-setup

A set of scripts to set up a reasonably secure Raspberry Pi server

Primary LanguageShellMIT LicenseMIT

MIT License Twitter

raspi-setup

A small set of scripts to set up Raspberry Pi devices to a common configuration

Installation

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.

License

MIT