]> git.proxmox.com Git - dab.git/commitdiff
debian bullseye,bookworm: switch apt repos over to deb.debian.org
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Oct 2022 11:37:13 +0000 (13:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Oct 2022 11:37:15 +0000 (13:37 +0200)
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 <t.lamprecht@proxmox.com>
DAB.pm

diff --git a/DAB.pm b/DAB.pm
index 76b64c3a0ff00a9b72131526e1a579485dcfbc2e..9e4a2bd5657dc1f2bc7f1a0c9776ba857f5ea1d7 100644 (file)
--- 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 {