diff options
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"; |
