summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-05-15 16:21:23 +0200
committerHolger Levsen <holger@layer-acht.org>2014-05-15 16:21:23 +0200
commita973b33a7713c4307970c58933180005cccbfa3b (patch)
treec36b7b0c1ffcb36bf1f5e44af357545f82360537
parenta3d0326224c8c9f2090d84c15df362f8366cb705 (diff)
downloadjenkins.debian.net-a973b33a7713c4307970c58933180005cccbfa3b.tar.xz
chroot-installation: use force when dist-upgrading
-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
}