summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-03-28 11:15:23 +0200
committerBenjamin Schlüter <bschlueter@posteo.de>2018-03-28 11:15:23 +0200
commitd62126ac217264b37c723506403b90898daadc08 (patch)
treef3d47c6a6a9933f15cb1a16ce2aa0a9f0cde4f76 /install-itzks-workstation
parentfe3f376fb75657f961ac1fb726ffeba741f36341 (diff)
downloaditzks-install-script-d62126ac217264b37c723506403b90898daadc08.tar.gz
itzks-install-script-d62126ac217264b37c723506403b90898daadc08.tar.bz2
itzks-install-script-d62126ac217264b37c723506403b90898daadc08.zip
Add command to run $ apt-get upgrade.
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-xinstall-itzks-workstation4
1 files changed, 4 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index 831c1e9..83a3ec4 100755
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -126,6 +126,10 @@ if [ ! -d "/usr/share/doc/libdvdcss2" ]; then
unset answer
fi
+# Run upgrades to prevent possible problems while running puppet
+apt-get update 1>/dev/null
+apt-get upgrade
+
####################
# Hand-over all NICs to NetworkManager