summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-09 15:15:57 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-09 15:15:57 +0100
commit99c413c54422c058454478860f95eaef78bc1833 (patch)
tree09d88b3a0cda56a2837555b9f4da384ede44cf57
parentc25d4a1c43bc3938423d98436aa03396c2fed83c (diff)
downloaditzks-install-script-99c413c54422c058454478860f95eaef78bc1833.tar.gz
itzks-install-script-99c413c54422c058454478860f95eaef78bc1833.tar.bz2
itzks-install-script-99c413c54422c058454478860f95eaef78bc1833.zip
APT initialization: Don' use AND concatenated command chain.
-rw-r--r--install-itzks-workstation5
1 files changed, 4 insertions, 1 deletions
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