summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-03-28 11:16:47 +0200
committerBenjamin Schlüter <bschlueter@posteo.de>2018-03-28 11:16:47 +0200
commit7d58f7f238fd07918dbe64f1d38ec886fa903d6d (patch)
tree76dd02934996222b1b2a597d285aa730a4515dde /install-itzks-workstation
parentd62126ac217264b37c723506403b90898daadc08 (diff)
downloaditzks-install-script-7d58f7f238fd07918dbe64f1d38ec886fa903d6d.tar.gz
itzks-install-script-7d58f7f238fd07918dbe64f1d38ec886fa903d6d.tar.bz2
itzks-install-script-7d58f7f238fd07918dbe64f1d38ec886fa903d6d.zip
Add -y to $ apt-get upgrade.
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-xinstall-itzks-workstation2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index 83a3ec4..093fd33 100755
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -128,7 +128,7 @@ fi
# Run upgrades to prevent possible problems while running puppet
apt-get update 1>/dev/null
-apt-get upgrade
+apt-get upgrade -y
####################