summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-04 12:42:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-04 12:42:24 +0200
commitea03c41121be495eda518c3e2fc7425876230f9d (patch)
treee9a6a47268df3a4495ce46aaf1564f1be86a9197
parent6c1cc23f1196aec73c9ac917f2c58936b0d8bf58 (diff)
downloaditzks-install-script-ea03c41121be495eda518c3e2fc7425876230f9d.tar.gz
itzks-install-script-ea03c41121be495eda518c3e2fc7425876230f9d.tar.bz2
itzks-install-script-ea03c41121be495eda518c3e2fc7425876230f9d.zip
new itzks-keyring packet version
-rwxr-xr-xinstall-itzks-workstation4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index 2f061a8..200b3bd 100755
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -151,8 +151,8 @@ if [ ! -e "/etc/apt/sources.list.d/itzks.list" ]; then
fi
# brute-force-like install the itzks-keyring package
-wget http://packages.it-zukunft-schule.de/debian/pool/main/i/itzks-keyring/itzks-keyring_2018.01.29.1~0deb10+1_all.deb
-dpkg -i itzks-keyring_2018.01.29.1~0deb10+1_all.deb
+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