diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-08 01:23:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-08 01:23:24 +0000 |
commit | c63695b1ee66b4aaff623a7ebfd11dd330121e92 (patch) | |
tree | 27ce62969b5aa5b224ee6a483c65ded35fdaec82 /Master/tlpkg | |
parent | 6913f295f8ba348709b873ec27c842caffc8a9f4 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 96107b2996f..1e9b1fe1d8d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,9 +13,11 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, + 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/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, |