diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-03 01:17:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-03 01:17:11 +0000 |
commit | ceedae9605323fe06810cadc5d050eebbfcabaab (patch) | |
tree | c2a1ed2bac35f9b11c8f4d2433ac18e509acf59a /Master/tlpkg/installer | |
parent | f3a97a37c465951eb25fa4cb6bbf80d10bf05f1e (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@40220 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 38a148da792..6a0797ef643 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,6 +12,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, + 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.opencas.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -160,6 +161,7 @@ $mirrors = { 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.acm.jhu.edu/ctan/' => 1, + 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 } |