diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-27 00:23:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-27 00:23:23 +0000 |
commit | 6df926635bbb5c83ac397a664723cbcbe4eb3237 (patch) | |
tree | 71a6d3b155a447ac72a28db48b22daa9b04963df /Master/tlpkg/installer | |
parent | b929cfa93c9817a1768a645ed847caede1621869 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 030debb9560..b170eb908d5 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -22,7 +22,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.io/' => 1, @@ -162,6 +163,7 @@ $mirrors = { 'http://ctan.mirrors.hoobly.com/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.las.iastate.edu/tex-archive/' => 1, + 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 |