diff options
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-x | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 36ba8ae..4e58c21 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -55,7 +55,7 @@ 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_install_if_not --allow-unauthenticated itzks-keyring apt-get update 1>/dev/null apt_install_if_not itzks-systems-common apt-get update 1>/dev/null |