[latex3-commits] [git/LaTeX3-latex3-latex2e] robustcrs: try switching to wget https: (42bcb50a)

Frank Mittelbach frank.mittelbach at latex-project.org
Wed Apr 21 00:08:03 CEST 2021


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

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

commit 42bcb50a0a2179be1e48ecaa861011d000cc43ed
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Wed Apr 21 00:08:03 2021 +0200

    try switching to wget https:


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

42bcb50a0a2179be1e48ecaa861011d000cc43ed
 support/texlive.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/texlive.sh b/support/texlive.sh
index c0bd8b74..9a96f675 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 http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
+  wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
   tar -xzf install-tl-unx.tar.gz
   cd install-tl-20*
 





More information about the latex3-commits mailing list.