diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-07-05 07:42:17 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-07-05 07:42:17 +0200 |
commit | 8e53547591afc94d527f07a13521b42bdaba3f1f (patch) | |
tree | 40e53bb2fa6d0ecc520daac9face96ea36a3883f | |
parent | 9149e7959c553fbe97ce45923ffd29aa0dd69ebf (diff) | |
download | itzks-install-script-8e53547591afc94d527f07a13521b42bdaba3f1f.tar.gz itzks-install-script-8e53547591afc94d527f07a13521b42bdaba3f1f.tar.bz2 itzks-install-script-8e53547591afc94d527f07a13521b42bdaba3f1f.zip |
brute-force-like install the itzks-keyring package; this needs a smarter way later...
-rwxr-xr-x | install-itzks-workstation | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 83724f5..22f5a6f 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -146,6 +146,10 @@ 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_2018.01.29.1~0deb10+1_all.deb +dpkg -i itzks-keyring_2018.01.29.1~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 |