summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-01-23 17:27:11 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-01-23 17:27:11 +0100
commit23200beb39e166aa92d8203e858cea3c1716dac0 (patch)
treea14e9710a424fb32d5298f590ac6fd5e4ba6ac32 /install-itzks-workstation
parent1e8d02c61ede3febcc82feae8f0d1418d5c8b8ee (diff)
downloaditzks-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.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r--install-itzks-workstation3
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