From 8325d56721909ce206ef531a3068e53c74d0a5d3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 21 Oct 2022 13:37:13 +0200 Subject: [PATCH] debian bullseye,bookworm: switch apt repos over to deb.debian.org ftp is a thing of the past and only exists for backward compat, use the modern CDN backed deb.debian.org directly instead. Signed-off-by: Thomas Lamprecht --- DAB.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DAB.pm b/DAB.pm index 76b64c3..9e4a2bd 100644 --- a/DAB.pm +++ b/DAB.pm @@ -568,8 +568,8 @@ sub new { ); } elsif ($suite eq 'bullseye' || $suite eq 'bookworm') { push @{$config->{source}}, ( - "http://ftp.debian.org/debian SUITE main contrib", - "http://ftp.debian.org/debian SUITE-updates main contrib", + "http://deb.debian.org/debian SUITE main contrib", + "http://deb.debian.org/debian SUITE-updates main contrib", "http://security.debian.org SUITE-security main contrib", ); } else { -- 2.39.2