From a973b33a7713c4307970c58933180005cccbfa3b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 15 May 2014 16:21:23 +0200 Subject: chroot-installation: use force when dist-upgrading --- bin/chroot-installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 } -- cgit v1.2.3-70-g09d2