diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-23 17:27:11 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-23 17:27:11 +0100 |
commit | 23200beb39e166aa92d8203e858cea3c1716dac0 (patch) | |
tree | a14e9710a424fb32d5298f590ac6fd5e4ba6ac32 | |
parent | 1e8d02c61ede3febcc82feae8f0d1418d5c8b8ee (diff) | |
download | itzks-install-script-23200beb39e166aa92d8203e858cea3c1716dac0.tar.gz itzks-install-script-23200beb39e166aa92d8203e858cea3c1716dac0.tar.bz2 itzks-install-script-23200beb39e166aa92d8203e858cea3c1716dac0.zip |
itzks-installscript: Remove set -x and set -e from git.
-rw-r--r-- | install-itzks-workstation | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 261ed6b..93159f1 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -1,9 +1,6 @@ #!/bin/bash # script for installing a Debian Edu Workstation with ITZkS modifications -set -e -set -x - # Add user locadm as "local adminstrator" and add this user to sudoer-group adduser --gecos "Local Administrator" locadm adduser locadm sudo |