From 8683e3fc3292f9cbc836f1f68c6d15968c1795b9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Feb 2018 21:16:03 +0100 Subject: apt_install_if_not: Always return true. --- install-itzks-workstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-itzks-workstation') 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 -- cgit v1.2.3