diff options
| author | Guillem Jover <guillem@debian.org> | 2022-03-20 11:42:36 +0100 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2024-12-28 13:20:51 +0100 |
| commit | bb67ff79e03eec05429fa4d7562813d18080e829 (patch) | |
| tree | 1cb5e160730dd94ca10be2ba9f38608280904e0d /dselect/setup | |
| parent | 54cb371c19c71cb4ac319fe7566924303379ce63 (diff) | |
Use deb.debian.org instead of ftp.debian.org URLs
While the ftp.debian.org URLs are still functional in Debian, they
can confuse people as the protocol is mismatched. Using the
deb.debian.org frontend should also generally give generally good
performance regardless of the client location.
Diffstat (limited to 'dselect/setup')
| -rwxr-xr-x | dselect/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/setup b/dselect/setup index c8cb93378..522362e68 100755 --- a/dselect/setup +++ b/dselect/setup @@ -232,7 +232,7 @@ sub get_sources { print " For example:\n"; print " file:/mnt/debian,\n"; print " ftp://ftp.example.org/debian,\n"; - print " http://ftp.de.debian.org/debian,\n"; + print " http://deb.debian.org/debian,\n"; # print " and the special mirror scheme,\n"; # print " mirror:http://www.debian.org/archivemirrors \n"; print "\n"; |
