diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-19 23:53:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-19 23:53:37 +0000 |
commit | 555037976536e552275b97d1a30474c1fa31a8a6 (patch) | |
tree | 58b251f853fbd37a7a4d233e894e645a4955552f /Master/tlpkg/installer | |
parent | 38e48ceeb20f08824f5cbad58ac1fc2561154a57 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52131 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 93877e29a0f..5281037d4f0 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://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, @@ -31,6 +34,7 @@ $mirrors = { }, 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 }, |