From 4264c241887a968f09ff347be855710696e9cbf3 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Fri, 1 Aug 2025 13:27:53 -0700 Subject: [PATCH] Bullseye is EOL, use the archive repo The bullseye-backports section of the repo has been removed from the main repo. Signed-off-by: Saikrishna Arcot --- scripts/build_mirror_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_mirror_config.sh b/scripts/build_mirror_config.sh index e7b9182fe95..50f3aad1d6f 100755 --- a/scripts/build_mirror_config.sh +++ b/scripts/build_mirror_config.sh @@ -25,7 +25,7 @@ if [ "$ARCHITECTURE" == "armhf" ]; then DEFAULT_MIRROR_SECURITY_URLS=http://deb.debian.org/debian-security/ fi -if [ "$DISTRIBUTION" == "buster" ]; then +if [ "$DISTRIBUTION" == "buster" ] || [ "$DISTRIBUTION" == "bullseye" ]; then DEFAULT_MIRROR_URLS=http://archive.debian.org/debian/ fi