diff options
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 1001cb11a52..4a3eb2d2ebc 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,6 +12,9 @@ $mirrors = { 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, + 'Hong Kong' => { + 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 + }, 'India' => { 'http://ctan.imsc.res.in/' => 1 }, @@ -67,8 +70,8 @@ $mirrors = { } }, 'Europe' => { - 'Denmark' => { - 'http://mirrors.dotsrc.org/ctan/' => 1 + 'Czech Republic' => { + 'http://ftp.cvut.cz/tex-archive/' => 1 }, 'Finland' => { 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 @@ -87,6 +90,7 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ftp.uni-erlangen.de/mirrors/CTAN/' => 1, 'http://mirror.informatik.uni-mannheim.de/pub/mirrors/tex-archive/' => 1, + 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { |