diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-25 09:57:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-31 07:35:41 +0000 |
commit | 6f32e7ea3ec3bf25d6609fb8dd568082f6885146 (patch) | |
tree | 80743e1bcb57bef5d4bc88361879852b07509225 /bin/debian-chroot | |
parent | Updating. (diff) | |
download | progress-linux-tools-6f32e7ea3ec3bf25d6609fb8dd568082f6885146.tar.xz progress-linux-tools-6f32e7ea3ec3bf25d6609fb8dd568082f6885146.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin/debian-chroot')
-rwxr-xr-x | bin/debian-chroot | 4 |
1 files 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 |