https://github.com/restlessdesign/raspi-setup
A set of scripts to set up a reasonably secure Raspberry Pi server
https://github.com/restlessdesign/raspi-setup
Last synced: 12 months ago
JSON representation
A set of scripts to set up a reasonably secure Raspberry Pi server
- Host: GitHub
- URL: https://github.com/restlessdesign/raspi-setup
- Owner: restlessdesign
- License: mit
- Created: 2016-08-10T05:14:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T03:22:23.000Z (over 9 years ago)
- Last Synced: 2025-04-04T04:26:18.289Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://twitter.com/restlessdesign)
# 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:
```bash
$ 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:
```bash
$ 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