summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-02-21 10:57:52 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-02-21 10:57:52 +0100
commit92de46d3d1524badb5e929432b1fa9d2a0ae4aea (patch)
treedeaf26773a17130c104aee572043d846840c4e9f
parenteaf2db01084d31c855df5747f956e64775169aed (diff)
downloaditzks-install-script-92de46d3d1524badb5e929432b1fa9d2a0ae4aea.tar.gz
itzks-install-script-92de46d3d1524badb5e929432b1fa9d2a0ae4aea.tar.bz2
itzks-install-script-92de46d3d1524badb5e929432b1fa9d2a0ae4aea.zip
Add --allow-unauthenticated to installation command for itzks-keyring to avoid problems at installation.
-rwxr-xr-xinstall-itzks-workstation2
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