diff options
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c348d1eccbc..dbf63d699fd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -14,6 +14,9 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, + 'India' => { + 'http://ctan.imsc.res.in/' => 1 + }, 'Indonesia' => { 'http://kambing.ui.ac.id/ctan/' => 1 }, @@ -124,7 +127,6 @@ $mirrors = { 'http://ctan.gladstone-tech.com/' => 1, 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, - 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, @@ -145,6 +147,9 @@ $mirrors = { 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1 }, + 'Chile' => { + 'ftp://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 + }, 'Colombia' => { 'http://www.laqee.unal.edu.co/tex-archive/' => 1 } |