From 6f32e7ea3ec3bf25d6609fb8dd568082f6885146 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 25 Oct 2023 11:57:42 +0200 Subject: Updating. Signed-off-by: Daniel Baumann --- bin/debian-chroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/debian-chroot b/bin/debian-chroot index 6ed195e..6d0c776 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -39,7 +39,7 @@ esac MIRROR="debian.ethz.ch" -CHROOT="/srv/chroots/${DISTRIBUTION}-${ARCHITECTURE}" +CHROOT="/srv/chroot/${DISTRIBUTION}-${ARCHITECTURE}" Chroot () { @@ -96,7 +96,7 @@ EOF ;; - bullseye*) + bullseye*|bookworm*) cat > "${CHROOT}/etc/apt/sources.list.d/progress-linux.sources" << EOF Types: deb -- cgit v1.2.3