[latex3-commits] [git/LaTeX3-latex3-latex2e] input-nobreakspace: Revert "try switching to wget https:" (04a2726d)

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


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

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

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

    Revert "try switching to wget https:"
    
    This reverts commit c4f34da957c1225e72342ca58985beacbdf3c863.


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

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

diff --git a/support/texlive.sh b/support/texlive.sh
index 9a96f675..c0bd8b74 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*
 





More information about the latex3-commits mailing list.