diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-30 00:55:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-30 00:55:31 +0000 |
commit | 12780024bb61a0b3909e236a033e9556df41ef66 (patch) | |
tree | 613c63b85ceca1f43621fe15c5864ee8598eb926 /Master | |
parent | 738672a93a720ba062ac2af964d6aa2c4c924f5a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 1d3b4b68469..c73a6044045 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1 }, @@ -15,7 +18,8 @@ $mirrors = { '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 }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1 |