diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-22 02:20:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-22 02:20:40 +0000 |
commit | 3c2af7249d7b85b1884926484236e3c8f65cd3a1 (patch) | |
tree | 98747aad441d5ff02ea34d668e06d40f62d87923 /Master/tlpkg/installer | |
parent | 82c29fec0eac4981b443f391dc07ccc2266a32f7 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2bc0d7f9d1d..dc7ddd7b310 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -11,6 +11,7 @@ $mirrors = { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.hustunique.com/CTAN/' => 1, + 'http://mirrors.stuhome.net/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -130,8 +131,7 @@ $mirrors = { 'http://osl.ugr.es/CTAN/' => 1 }, 'Switzerland' => { - 'http://mirror.switch.ch/ftp/mirror/tex/' => 1, - 'http://www.pirbot.com/mirrors/ctan/' => 1 + 'http://mirror.switch.ch/ftp/mirror/tex/' => 1 }, 'UK' => { 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 |