summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-31 10:35:16 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-31 10:35:16 +0200
commit2d45187e262a3861dadd5b1cc75c20460dbe5ca4 (patch)
tree1ac10e8e7bca21449c7173aa514569ad73d797fe
parent554384f28ebee7ad8418a5234b608e5ee66f29d3 (diff)
downloaditzks-install-script-2d45187e262a3861dadd5b1cc75c20460dbe5ca4.tar.gz
itzks-install-script-2d45187e262a3861dadd5b1cc75c20460dbe5ca4.tar.bz2
itzks-install-script-2d45187e262a3861dadd5b1cc75c20460dbe5ca4.zip
APT: Run another upgrade and dist-upgrade at the end of our package installations.
-rwxr-xr-xinstall-itzks-workstation3
1 files changed, 3 insertions, 0 deletions
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