summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
Diffstat (limited to 'install-itzks-workstation')
-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