[latex3-commits] [git/LaTeX3-latex3-latex2e] robustcrs: tryagin with just http (caaffc99)

Frank Mittelbach frank.mittelbach at latex-project.org
Wed Apr 21 09:23:04 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : robustcrs
Link       : https://github.com/latex3/latex2e/commit/caaffc992f28acd5967ff48ec122cfeba4e9cbce

>---------------------------------------------------------------

commit caaffc992f28acd5967ff48ec122cfeba4e9cbce
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Wed Apr 21 09:23:04 2021 +0200

    tryagin with just http


>---------------------------------------------------------------

caaffc992f28acd5967ff48ec122cfeba4e9cbce
 support/texlive.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/texlive.sh b/support/texlive.sh
index 0f83115a..0dd78c58 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -9,7 +9,7 @@
 export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
 if ! command -v texlua > /dev/null; then
   # Obtain TeX Live
-  wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
+  wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
   tar -xzf install-tl-unx.tar.gz
   cd install-tl-20*
 
@@ -20,7 +20,7 @@ if ! command -v texlua > /dev/null; then
 fi
 
 # https: repositories only (only temp)
-tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet
+#tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet
 
 # Backups only make the cache bigger
 tlmgr option -- autobackup 0





More information about the latex3-commits mailing list.