diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-30 01:20:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-30 01:20:05 +0000 |
commit | 18729c1fb39c7826cd6c507126aa8231746651ea (patch) | |
tree | 7c2081c011a3a1a366647fc59cf07be02647e439 /Master/tlpkg/installer | |
parent | c3a83cbb5577a498e2a0b9bbc93a26fa66584f55 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38245 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a21c07b05a5..1fd7fadbead 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -64,6 +64,9 @@ $mirrors = { 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 }, + 'Denmark' => { + 'http://mirrors.dotsrc.org/ctan/' => 1 + }, 'Finland' => { 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 }, @@ -80,8 +83,6 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, - 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, - 'http://mirror.selfnet.de/tex-archive/' => 1, 'http://mirror.unicorncloud.org/CTAN/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, |