diff options
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 5 |
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 |