diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-05-15 16:21:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-05-15 16:21:23 +0200 |
commit | a973b33a7713c4307970c58933180005cccbfa3b (patch) | |
tree | c36b7b0c1ffcb36bf1f5e44af357545f82360537 /bin | |
parent | a3d0326224c8c9f2090d84c15df362f8366cb705 (diff) | |
download | jenkins.debian.net-a973b33a7713c4307970c58933180005cccbfa3b.tar.xz |
chroot-installation: use force when dist-upgrading
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 4 |
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 } |