From 99c413c54422c058454478860f95eaef78bc1833 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 9 Feb 2018 15:15:57 +0100 Subject: APT initialization: Don' use AND concatenated command chain. --- install-itzks-workstation | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install-itzks-workstation b/install-itzks-workstation index 63ff7df..419a7fa 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -42,7 +42,10 @@ find /var/lib/apt/lists/ -type f -delete # Get update and add itzks-keyring and itzks-systems-common package apt-get update -apt-get install -y --force-yes itzks-keyring && apt-get update && apt-get install -y itzks-systems-common && apt-get update +apt-get install -y itzks-keyring +apt-get update +apt-get install -y itzks-systems-common +apt-get update # Install the itzks-systems-workstation package apt-get install --yes ocsinventory-agent -- cgit v1.2.3