diff options
author | Karl Berry <karl@freefriends.org> | 2014-01-05 02:22:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-01-05 02:22:53 +0000 |
commit | f00d346622ef303319bb6e57706bccfaff12a27a (patch) | |
tree | 4d759fffe108e6c67ae6e117d26b460f88bcbfd4 /Master/tlpkg | |
parent | ea4a98c328cb5ca7bd86017233710c5f060d343c (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@32578 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d22ab1c6a4a..187a2293d62 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -38,7 +38,8 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.org/tex-archive/' => 1 + 'http://ftp.ktug.org/tex-archive/' => 1, + 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 |