diff options
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 9b89d2e..fe5b605 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -5,8 +5,6 @@ set -e # Add user locadm if not already there if [ -z $"(getent passwd locadm)" ]; then - : -else adduser --gecos "Local Administrator" locadm adduser locadm sudo fi |