diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-08 00:54:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-08 00:54:11 +0000 |
commit | 9941f7f6f4b8d88a05af348e9848e52313bddd5d (patch) | |
tree | 3e46eb7bca28583211785dfca38e6a4e8a28bc70 | |
parent | 2b4ad9b73904cf7961eebe9d78c1da670c6b9699 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53347 c570f23f-e606-0410-a88d-b1316a301751
-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 5d8e543e74c..e7eb9b3d5ee 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -31,6 +31,9 @@ $mirrors = { 'Indonesia' => { 'https://mirror.unpad.ac.id/ctan/' => 1 }, + 'Iran' => { + 'http://ctan.yazd.ac.ir/' => 1 + }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, @@ -166,6 +169,7 @@ $mirrors = { 'http://ctan.mirrors.hoobly.com/' => 1, 'http://mirror.las.iastate.edu/tex-archive/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, + 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 } |