From d62126ac217264b37c723506403b90898daadc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 28 Mar 2018 11:15:23 +0200 Subject: Add command to run $ apt-get upgrade. --- install-itzks-workstation | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install-itzks-workstation') 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 -- cgit v1.2.3