diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-22 02:32:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-22 02:32:00 +0000 |
commit | babc737ed647d32566c91211382310f3a08d073e (patch) | |
tree | d106280cd2be5cf460f8fb212541cf9b6a13cf73 /Master/tlpkg | |
parent | 544990c031beed6b506620a743dc9a3663477964 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@26089 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 154f406d306..96aec91e04f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,6 +27,9 @@ $mirrors = { 'Japan' => { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, + 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1 + }, 'Malaysia' => { 'ftp://mirror.upm.edu.my/ctan/' => 1 }, @@ -38,8 +41,7 @@ $mirrors = { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 |