summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index ce161477..3b56cae4 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -77,8 +77,8 @@ echo "deb $MIRROR $1 main contrib non-free" >> /etc/apt/sources.list
$SCRIPT_HEADER
apt-get update
apt-get -y upgrade
-apt-get -y dist-upgrade
-apt-get -y dist-upgrade
+apt-get -yf dist-upgrade
+apt-get -yf dist-upgrade
apt-get -y autoremove
EOF
}