diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-31 00:54:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-31 00:54:45 +0000 |
commit | e826b5fd3dace2700ef1a5c9306c78e6c19c7e60 (patch) | |
tree | b4fd5feb4cbf0b2a93fcd6011010a0c3557d3d21 /Master/tlpkg/installer | |
parent | 17181e6e0a6fa5a68adbc456fd80e96882f958e8 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5fd3305da9f..4cc1735e089 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,7 +19,8 @@ $mirrors = { 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.hit.edu.cn/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 }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1 @@ -176,9 +177,6 @@ $mirrors = { } }, 'Oceania' => { - 'Australia' => { - 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 - }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } |