summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install-itzks-workstation12
1 files changed, 6 insertions, 6 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index d4d20a7..495c055 100644
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -39,21 +39,21 @@ sed -r -i /etc/apt/sources.list -e "s@http.debian.net@httpredir.debian.org@g"
# 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 && apt-get update
+apt-get install -y --force-yes itzks-keyring && apt-get update && apt-get install -y --force-yes itzks-systems-common && apt-get update
# Install the itzks-systems-workstation package
apt-get install --yes --force-yes ocsinventory-agent
itzks-systems.do_preseed
-apt-get install itzks-systems-workstation
+apt-get install -y --force-yes itzks-systems-workstation
# Install wireless-tools for configuration of WiFi
-apt-get install wireless-tools uuid-runtime
+apt-get install -y --force-yes wireless-tools uuid-runtime
# Install libpacparser1
-apt-get install libpacparser1
+apt-get install -y --force-yes libpacparser1
# Make sure, we have Oracle's JAVA 8... (and that it is the default that people use)
-apt-get install oracle-java8-bin oracle-java8-jre oracle-java8-plugin
+apt-get install -y --force-yes oracle-java8-bin oracle-java8-jre oracle-java8-plugin
update-java-alternatives --jre --set java-8-oracle
update-java-alternatives --plugin --set java-8-oracle
@@ -191,7 +191,7 @@ invoke-rc.d puppet restart
# Install and enable puppet-agent on client
echo '! Puppet-Agent wird installiert... '
-apt-get install puppet
+apt-get install -y --force-yes puppet
puppet agent --test --waitforcert 7200
puppet agent --enable
read -p '''Nun mit ssh auf den tjener wechseln und dort