summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-xinstall-itzks-workstation4
1 files changed, 0 insertions, 4 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index 3063168..575c61d 100755
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -13,11 +13,7 @@ function apt_install_if_not() {
for pkg in $pkgs; do
[ -d "/usr/share/doc/$pkg" ] || install_pkgs="$install_pkgs $pkg"
done
- set +e
test -n "$install_pkgs" && apt-get install -y $install_pkgs
- ret=$?
- set -e
- return $ret
}
# Add user locadm if not already there