From 92de46d3d1524badb5e929432b1fa9d2a0ae4aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 21 Feb 2018 10:57:52 +0100 Subject: Add --allow-unauthenticated to installation command for itzks-keyring to avoid problems at installation. --- install-itzks-workstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3