diff options
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index dec1bb4145a..604120def8e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -39,7 +39,9 @@ $mirrors = { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'http://ctan.cdpa.nsysu.edu.tw/' => 1 + 'ftp://mirror.cs.nctu.edu.tw/pub/CTAN/' => 1, + 'http://ctan.cdpa.nsysu.edu.tw/' => 1, + 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 |