Added README and updated initialSetup.sh
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user