diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-08 23:38:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-08 23:38:12 +0000 |
commit | 2295d65be15813f2422afb211e3b47b9fc7d3e76 (patch) | |
tree | a8e484757bb1c4b06fbacaff996be4dfd42be158 /Master/tlpkg/installer | |
parent | 38c42308139edf1d1cda3d283439fc6d39a807ed (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51055 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index be7ab7a94e6..66848d34e39 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -20,7 +20,8 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { - 'http://ctan.imsc.res.in/' => 1 + 'http://ctan.imsc.res.in/' => 1, + 'http://mirror.iopb.res.in/tex-archive/' => 1 }, 'Iran' => { 'http://ctan.asis.ai/' => 1, @@ -36,7 +37,8 @@ $mirrors = { 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.org/tex-archive/' => 1 + 'http://ftp.ktug.org/tex-archive/' => 1, + 'http://mirror.navercorp.com/CTAN/' => 1 }, 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 @@ -73,6 +75,7 @@ $mirrors = { }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, + 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.mirror.norbert-ruehl.de/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, |