summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-06 16:16:51 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-06 16:16:51 +0200
commit2870cc1a3fb82bc4408fd0c734ab39c72d8ab5fb (patch)
tree17aa363b54e5c3d1f177af87dfd4ad83a342552e
parentea03c41121be495eda518c3e2fc7425876230f9d (diff)
downloaditzks-install-script-2870cc1a3fb82bc4408fd0c734ab39c72d8ab5fb.tar.gz
itzks-install-script-2870cc1a3fb82bc4408fd0c734ab39c72d8ab5fb.tar.bz2
itzks-install-script-2870cc1a3fb82bc4408fd0c734ab39c72d8ab5fb.zip
Fix installation of itzks-keyring with APT on Debian buster systems.HEADmaster
-rwxr-xr-xinstall-itzks-workstation8
1 files changed, 2 insertions, 6 deletions
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