diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-21 01:21:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-21 01:21:00 +0000 |
commit | 0a1f80ffceb83c5cd298cc9ca5595d019e126d18 (patch) | |
tree | 9f20e1cc6c371fe4eb3911c17ce2182859af13ce /Master | |
parent | aef0f81f8ab20de4f3dea5e12b8eef854ef22b5d (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@35221 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 3c8e9cb6071..3e3142f7c46 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -47,7 +47,6 @@ $mirrors = { 'http://download.nus.edu.sg/mirror/CTAN/' => 1 }, 'Taiwan' => { - 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, @@ -99,7 +98,8 @@ $mirrors = { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 + 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, + 'http://ftp.uniRoma2.it/TeX/' => 1 }, 'Netherlands' => { 'http://archive.cs.uu.nl/mirror/CTAN/' => 1, @@ -132,9 +132,6 @@ $mirrors = { 'Switzerland' => { 'http://mirror.switch.ch/ftp/mirror/tex/' => 1 }, - 'Turkey' => { - 'http://main.mirrortr.com/CTAN/' => 1 - }, 'UK' => { 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 } |