summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index c6a9ea9782a..33d15794e6c 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -166,6 +166,7 @@ $mirrors = {
},
'USA' => {
'http://ctan.math.illinois.edu/' => 1,
+ 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1,
'http://ctan.math.washington.edu/tex-archive/' => 1,
'http://ctan.mirrors.hoobly.com/' => 1,
'http://mirror.las.iastate.edu/tex-archive/' => 1,
@@ -186,6 +187,9 @@ $mirrors = {
'South America' => {
'Brazil' => {
'http://linorg.usp.br/CTAN/' => 1
+ },
+ 'Chile' => {
+ 'http://ctan.dcc.uchile.cl/' => 1
}
}
};