diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 15:03:55 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 15:03:55 +0100 |
commit | 0aa1816c11cf01d18a6e460bf40bec1dd11bb093 (patch) | |
tree | aaffc94419038cff74b0c29f78273c04034c6447 /install-itzks-workstation | |
parent | 9203457216bd8cc4ba5a111fa24a2d7ef4ce4221 (diff) | |
download | itzks-install-script-0aa1816c11cf01d18a6e460bf40bec1dd11bb093.tar.gz itzks-install-script-0aa1816c11cf01d18a6e460bf40bec1dd11bb093.tar.bz2 itzks-install-script-0aa1816c11cf01d18a6e460bf40bec1dd11bb093.zip |
Remove keyring installations which are already commented out and move one apt-get update up.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 849fc6f..6ba16cb 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -37,12 +37,7 @@ export ftp_proxy=http://webcache:3128 # Get update and add itzks-keyring and itzks-systems-common package apt-get update -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 install itzks-keyring && apt-get update && apt-get install itzks-systems-common && apt-get update # Install the itzks-systems-workstation package apt-get install --yes --force-yes ocsinventory-agent |