Added README and updated initialSetup.sh

This commit is contained in:
Patrick McDonagh
2015-12-08 20:56:55 -06:00
parent 151976dd7a
commit cd144f882b
2 changed files with 31 additions and 6 deletions

30
README Normal file
View File

@@ -0,0 +1,30 @@
HENRY PUMP POCONSOLE MODULE
===========================
Author: Patrick McDonagh, Henry Pump
Date: 12.08.2015
Building
--------
- First, run
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.

View File

@@ -1,8 +1,3 @@
echo "default password: raspberry" echo "Creating the POConsole user and giving it sudo privileges"
ssh pi@raspberrypi "sudo adduser poconsole"
ssh pi@raspberrypi "sudo sed -i '$a poconsole ALL=(ALL) NOPASSWD: ALL' /etc/sudoers"
OR
sudo adduser poconsole sudo adduser poconsole
sudo sed -i '$a poconsole ALL=(ALL) NOPASSWD: ALL' /etc/sudoers sudo sed -i '$a poconsole ALL=(ALL) NOPASSWD: ALL' /etc/sudoers