diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-19 13:11:51 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-19 13:11:51 +0000 |
commit | 7dd1f94c99a1f049023e60a012277b24ce7793f7 (patch) | |
tree | bbf678df9e717a423bb34e2edb84e95b1b191bf6 | |
parent | 27de0ea6c42fce1a02a36c57c9f22018bc189c62 (diff) | |
download | drakx-7dd1f94c99a1f049023e60a012277b24ce7793f7.tar drakx-7dd1f94c99a1f049023e60a012277b24ce7793f7.tar.gz drakx-7dd1f94c99a1f049023e60a012277b24ce7793f7.tar.bz2 drakx-7dd1f94c99a1f049023e60a012277b24ce7793f7.tar.xz drakx-7dd1f94c99a1f049023e60a012277b24ce7793f7.zip |
There are mirrors in many new countries now. (and sort the list)
-rw-r--r-- | perl-install/crypto.pm | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index b0e8b5631..570eb908c 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -11,17 +11,22 @@ use log; use ftp; %url2land = ( - fr => N("France"), - cr => N("Costa Rica"), + at => N("Austria"), be => N("Belgium"), + ch => N("Switzerland"), + cr => N("Costa Rica"), cz => N("Czech Republic"), de => N("Germany"), + fr => N("France"), gr => N("Greece"), + hu => N("Hungary"), + it => N("Italy"), + nl => N("Netherlands"), no => N("Norway"), + pl => N("Poland"), se => N("Sweden"), - nl => N("Netherlands"), - it => N("Italy"), - at => N("Austria"), + sk => N("Slovakia"), + tw => N("Taiwan"), ); %land2tzs = ( |