[latex3-commits] [git/LaTeX3-latex3-latex2e] input-nobreakspace: try switching to wget https: (c4f34da9)

PhelypeOleinik phelype.oleinik at latex-project.org
Wed Apr 21 00:27:07 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : input-nobreakspace
Link       : https://github.com/latex3/latex2e/commit/c4f34da957c1225e72342ca58985beacbdf3c863

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

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

    try switching to wget https:


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

c4f34da957c1225e72342ca58985beacbdf3c863
 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.