diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-14 22:15:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-14 22:15:25 +0000 |
commit | 0280900a9f5b7f4d5baecf9a2b8d2d389f20f16f (patch) | |
tree | 7e5a003f2df10a314ddb41a36d3eeff286492e6f /Master/tlpkg/installer | |
parent | 5e4c8dfe1998565db9fd8b7849f0219fef13fce9 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49161 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 7b9a32399ae..b170eb908d5 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 + }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, @@ -29,6 +32,7 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { + 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 |