diff options
-rwxr-xr-x | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 123a31e..ac5f933 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -13,7 +13,7 @@ function apt_install_if_not() { for pkg in $pkgs; do [ -d "/usr/share/doc/$pkg" ] || install_pkgs="$install_pkgs $pkg" done - test -n "$install_pkgs" && apt-get install -y $install_pkgs + test -n "$install_pkgs" && apt-get install -y $install_pkgs || true } # Add user locadm if not already there |