From 2870cc1a3fb82bc4408fd0c734ab39c72d8ab5fb Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 6 Sep 2019 16:16:51 +0200 Subject: Fix installation of itzks-keyring with APT on Debian buster systems. --- install-itzks-workstation | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index 200b3bd..c3e8d4a 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -150,13 +150,9 @@ if [ ! -e "/etc/apt/sources.list.d/itzks.list" ]; then echo "deb http://packages.it-zukunft-schule.de/debian buster-backports main contrib non-free" >> /etc/apt/sources.list.d/itzks.list fi -# brute-force-like install the itzks-keyring package -wget http://packages.it-zukunft-schule.de/debian/pool/main/i/itzks-keyring/itzks-keyring_2019.08.26.2~0deb10+1_all.deb -dpkg -i itzks-keyring_2019.08.26.2~0deb10+1_all.deb - # Get update and add itzks-keyring and itzks-systems-common package -apt-get update 1>/dev/null -apt_install_if_not --allow-unauthenticated itzks-keyring +apt-get update --allow-insecure-repositories 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 -- cgit v1.2.3