summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-01-29 12:44:05 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-01-29 12:44:05 +0100
commitaaa68780b71ed6f738cf518a98dc1d8bd336152b (patch)
treefe8c800eee0c06f43607537466d699cab4d9ee8a /install-itzks-workstation
parentcff1da2401ec663822bf319f0f82d1f329617a21 (diff)
downloaditzks-install-script-aaa68780b71ed6f738cf518a98dc1d8bd336152b.tar.gz
itzks-install-script-aaa68780b71ed6f738cf518a98dc1d8bd336152b.tar.bz2
itzks-install-script-aaa68780b71ed6f738cf518a98dc1d8bd336152b.zip
Add install of old itzk-keyring version and update to new version due to installation errors in freshly installed Debian Edu 9 stretch clients with new version.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r--install-itzks-workstation3
1 files changed, 2 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index a3815fd..a16cf89 100644
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -36,8 +36,9 @@ export http_proxy=http://webcache:3128
export ftp_proxy=http://webcache:3128
# Get update and add itzks-keyring and itzks-systems-common package
+# Install old version (2012.07.21+sid~main~7~build1) of itzks-keyring first because of problems with new version on fresh install
apt-get update
-apt-get install itzks-keyring && apt-get update && apt-get install itzks-systems-common
+apt-get install itzks-keyring=2012.07.21+sid~main~7~build1 && apt-get install --only-upgrade itzks-keyring && apt-get update && apt-get install itzks-systems-common
# Get update and install keyring packages which are not included in the itzks-keyring package already
apt-get update