diff options
-rw-r--r-- | install-itzks-workstation | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 040f42c..04f0739 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -1,9 +1,7 @@ #!/bin/bash # script for installing a Debian Edu Workstation with ITZkS modifications -# Add user locadm as "local adminstrator" and add this user to sudoer-group -# adduser --gecos "Local Administrator" locadm -# adduser locadm sudo +set -e # Alternate script: Only add user locadm if not already there if [ -z $"(getent passwd locadm)" ]; |