Skip to content

Commit

Permalink
updating installer data
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Oct 26, 2023
1 parent a021a80 commit aece451
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tlpkg/installer/ctan-mirrors.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
$mirrors = {
'Africa' => {
'Morocco' => {
'https://mirror.marwan.ma/ctan/' => 1,
},
'South Africa' => {
'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
'https://mirror.ufs.ac.za/ctan/' => 1,
Expand All @@ -25,6 +28,9 @@
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1,
},
'India' => {
'https://mirror.niser.ac.in/ctan/' => 1,
},
'Indonesia' => {
'http://repo.ugm.ac.id/ctan/' => 1,
'https://mirror.unpad.ac.id/ctan/' => 1,
Expand All @@ -43,6 +49,7 @@
'http://ftp.ktug.org/tex-archive/' => 1,
'https://cran.asia/tex/' => 1,
'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
'https://lab.uklee.pe.kr/tex-archive/' => 1,
'https://mirror.kakao.com/CTAN/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
},
Expand Down Expand Up @@ -93,7 +100,6 @@
'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1,
'https://ftp.fau.de/ctan/' => 1,
'https://ftp.gwdg.de/pub/ctan/' => 1,
'https://ftp.rrze.uni-erlangen.de/ctan/' => 1,
'https://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1,
'https://ftp.tu-chemnitz.de/pub/tex/' => 1,
'https://markov.htwsaar.de/tex-archive/' => 1,
Expand Down Expand Up @@ -143,6 +149,7 @@
'https://mirrors.mi-ras.ru/CTAN/' => 1,
},
'Spain' => {
'https://ctan.fisiquimicamente.com/' => 1,
'https://ctan.javinator9889.com/' => 1,
'https://osl.ugr.es/CTAN/' => 1,
},
Expand Down

0 comments on commit aece451

Please sign in to comment.