From 2d45187e262a3861dadd5b1cc75c20460dbe5ca4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 31 May 2018 10:35:16 +0200 Subject: APT: Run another upgrade and dist-upgrade at the end of our package installations. --- install-itzks-workstation | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index 17df9a1..0fbd449 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -113,6 +113,9 @@ apt_install_if_not wine-binfmt apt_install_if_not fonts-wine apt_install_if_not q4wine +# finally run another upgrade / dist-upgrade +apt-get upgrade -y +apt-get dist-upgrade -y if [ ! -d "/usr/share/doc/libdvdcss2" ]; then # Install libdvdcss2 if needed -- cgit v1.2.3