diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-16 00:54:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-16 00:54:07 +0000 |
commit | 6b6d516c61d3d01f4121c8feea08a9e48c8c093e (patch) | |
tree | 70ce4694831d75252df9bd18f82cb8ed9018b1bf /Master/tlpkg/installer | |
parent | 1f10c3080d02c95666ae4c581faa1e0fa6b878c6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2048eb68595..fd598e57957 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,10 +1,14 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1 }, 'South Africa' => { 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, + 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } }, |