diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-02 23:52:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-02 23:52:51 +0000 |
commit | 617fd5450fa50904d5a51295302ca49759e1f1b2 (patch) | |
tree | 410400eefae92690b2a5e9851c1de6051b988c16 /Master/tlpkg/installer | |
parent | 5a72571ad7f957aa16b9abca7f05fef141393fd1 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51807 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 c8b0fb34e05..5281037d4f0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,8 +13,10 @@ $mirrors = { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, + 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, - 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, + 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { 'http://ctan.imsc.res.in/' => 1, |