[latex3-commits] [git/LaTeX3-latex3-latex3] main: Download TL using https (baa1b67d9)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Apr 21 09:54:49 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/baa1b67d9681c6da3d3932d3fa40a0772432e9a7

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

commit baa1b67d9681c6da3d3932d3fa40a0772432e9a7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Apr 21 08:54:49 2021 +0100

    Download TL using https


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

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

diff --git a/support/texlive.sh b/support/texlive.sh
index 53cf68ee0..81a04ad37 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.