diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-01-01 13:28:47 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-01-01 13:28:47 +0000 |
| commit | 813a76d640272fe259ad13ddefa66ca5846ccfec (patch) | |
| tree | 2b340ab94afd5c00a2acf03c2b61d9637d45fab8 /dselect | |
| parent | 6e7c7075f39d6430fb948950322b0801b660c9ea (diff) | |
| parent | bb67ff79e03eec05429fa4d7562813d18080e829 (diff) | |
Merge branch 'pu/obsolete-ftp' into 'main'
Cleanup non-US and ftp references from code and documentation
See merge request apt-team/apt!231
Diffstat (limited to 'dselect')
| -rwxr-xr-x | dselect/setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/setup b/dselect/setup index 58eecfcdc..522362e68 100755 --- a/dselect/setup +++ b/dselect/setup @@ -231,8 +231,8 @@ sub get_sources { print "\n"; print " For example:\n"; print " file:/mnt/debian,\n"; - print " ftp://ftp.debian.org/debian,\n"; - print " http://ftp.de.debian.org/debian,\n"; + print " ftp://ftp.example.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"; |
