Files
POConsole-Autoconfig/initialSetup.sh
2015-12-08 20:56:55 -06:00

3 lines
151 B
Bash

echo "Creating the POConsole user and giving it sudo privileges"
sudo adduser poconsole
sudo sed -i '$a poconsole ALL=(ALL) NOPASSWD: ALL' /etc/sudoers