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

View File

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