30 lines
459 B
Plaintext
30 lines
459 B
Plaintext
# HENRY PUMP POCONSOLE MODULE #
|
|
Author: Patrick McDonagh, Henry Pump
|
|
Date: 12.08.2015
|
|
|
|
## Building ##
|
|
|
|
* First, run
|
|
|
|
|
|
```
|
|
#!shell
|
|
|
|
sudo raspi-config
|
|
```
|
|
|
|
|
|
- Expand the filesystem and set the localization options
|
|
|
|
cd setup
|
|
chmod +x initialSetup.sh
|
|
./initialSetup.sh
|
|
|
|
- When prompted, set the poconsole user password.
|
|
- Logout and log back in as poconsole
|
|
|
|
cd setup
|
|
chmod +x setup.sh
|
|
./setup.sh
|
|
|
|
- Grab a cup of coffee, relax, and let me handle the rest. |