diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 49071fe0..f8d10c3f 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -89,8 +89,6 @@ prepare_upgrade2() { echo "deb $MIRROR $1 main contrib non-free" > /etc/apt/sources.list $SCRIPT_HEADER apt-get update -# workaround #705452 -(dpkg -l xml-core && apt-get -y install xml-core) || true apt-get -y upgrade apt-get -y dist-upgrade apt-get -y dist-upgrade |