diff options
-rwxr-xr-x | install-itzks-workstation | 6 |
1 files 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 |