diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 10:54:49 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 10:54:49 +0100 |
commit | a2806e2bd879cc03de55344c37a3d57b3f41ea82 (patch) | |
tree | 12310e5ecce917f20034d59c445b5991cfe35a6d | |
parent | 7588119f979f15532a7b511bc6e669105daf1ca0 (diff) | |
download | itzks-install-script-a2806e2bd879cc03de55344c37a3d57b3f41ea82.tar.gz itzks-install-script-a2806e2bd879cc03de55344c37a3d57b3f41ea82.tar.bz2 itzks-install-script-a2806e2bd879cc03de55344c37a3d57b3f41ea82.zip |
Change which keyring packages are to be installed separately due to changes to the itzks-keyring package.
-rw-r--r-- | install-itzks-workstation | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 9164190..a3fcc58 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -39,9 +39,11 @@ export ftp_proxy=http://webcache:3128 apt-get update apt-get install itzks-keyring && apt-get update && apt-get install itzks-systems-common -# Get update and install keyring packages +# 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 x2go-keyring deb-multimedia-keyring arctica-keyring && apt-get update # Install the itzks-systems-workstation package apt-get install --yes --force-yes ocsinventory-agent |