diff options
author | Karl Berry <karl@freefriends.org> | 2024-06-01 23:41:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-06-01 23:41:34 +0000 |
commit | 3e89c975e21427e0bb8297bfcd3546851e6bacbf (patch) | |
tree | 43fa596767cb852961fd459e357cbef096d45d59 /Master/tlpkg | |
parent | c1dd1f354e3296c145c6a87932605aab3fa71fd7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@71403 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 6db729a66c7..a7bcb300607 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,7 +9,6 @@ $mirrors = { }, 'Asia' => { 'China' => { - 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirror.nyist.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, @@ -56,6 +55,9 @@ $mirrors = { 'Singapore' => { 'https://sg.mirrors.cicku.me/ctan/' => 1, }, + 'Taiwan' => { + 'https://ctan.mirror.twds.com.tw/tex-archive/' => 1, + }, 'Thailand' => { 'https://mirror.kku.ac.th/CTAN/' => 1, }, |