From 9203457216bd8cc4ba5a111fa24a2d7ef4ce4221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 29 Jan 2018 14:46:28 +0100 Subject: Deactivate installation of other keyrings due to newest itzks-keyring version already installing the needed keys. --- install-itzks-workstation | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install-itzks-workstation b/install-itzks-workstation index 3a7da80..849fc6f 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -36,15 +36,13 @@ 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=2012.07.21+sid~main~7~build1 && apt-get install --only-upgrade itzks-keyring && apt-get update && apt-get install itzks-systems-common +apt-get install 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 -apt-get install deb-multimedia-keyring && apt-get update -http_proxy="http://webcache:3128" wget -O - http://www.geogebra.net/linux/office@geogebra.org.gpg.key| apt-key add - -apt-get update +# apt-get install deb-multimedia-keyring && apt-get update +# http_proxy="http://webcache:3128" wget -O - http://www.geogebra.net/linux/office@geogebra.org.gpg.key| apt-key add - # Install the itzks-systems-workstation package apt-get install --yes --force-yes ocsinventory-agent -- cgit v1.2.3