From eb28e3cfe9f07f4904b6f2c07b4ce5e7a6b11794 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Feb 2018 21:12:21 +0100 Subject: We may have to endure multiple runs of apt-get update. --- install-itzks-workstation | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install-itzks-workstation b/install-itzks-workstation index 575c61d..123a31e 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -55,8 +55,10 @@ find /var/lib/apt/lists/ -type f -delete # Get update and add itzks-keyring and itzks-systems-common package apt-get update 1>/dev/null -apt_install_if_not itzks-keyring && apt-get update 1>/dev/null -apt_install_if_not itzks-systems-common && apt-get update 1>/dev/null +apt_install_if_not itzks-keyring +apt-get update 1>/dev/null +apt_install_if_not itzks-systems-common +apt-get update 1>/dev/null # Install the itzks-systems-workstation package apt_install_if_not ocsinventory-agent -- cgit v1.2.3