diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-01-22 03:14:20 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-01-22 03:14:20 +0100 |
commit | 0d7d5beeaaad60ef562acdf5d71b95920be724c7 (patch) | |
tree | 88d1422af779aa9dea33150e0d2c7d6dabd00c19 /bin | |
parent | cb2d7c65498034d78587fd2b941049d004547630 (diff) | |
download | jenkins.debian.net-0d7d5beeaaad60ef562acdf5d71b95920be724c7.tar.xz |
workaround upgrade problem (from squeeze) as described in http://www.debian.org/releases/wheezy/amd64/release-notes/ch-upgrading.en.html#immediate-configure
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index ffd6e835..f8c82dee 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -86,7 +86,7 @@ done prepare_upgrade2() { cat >> $CTMPFILE <<-EOF -echo "deb $MIRROR $1 main contrib non-free" > /etc/apt/sources.list +echo "deb $MIRROR $1 main contrib non-free" >> /etc/apt/sources.list $SCRIPT_HEADER apt-get update apt-get -y upgrade |