diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-11 01:23:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-11 01:23:28 +0000 |
commit | aaef2c41a7c3abf816db350bff9957482b84c1ac (patch) | |
tree | 8276472b03503235fe665ba8c4997f272929de1b /Master/tlpkg | |
parent | 67bc99c5f605c71587aa02db7f0aef6a5d24dc4c (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49999 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 e1f065c0e87..e50facc207a 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -5,6 +5,7 @@ $mirrors = { }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, + 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } @@ -94,6 +95,9 @@ $mirrors = { 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, + 'Italy' => { + 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 + }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, 'http://ctan.triasinformatica.nl/' => 1, |