[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Revert "Use pretest" (801f59c)
Marcel Fabian Krüger
tex at 2krueger.de
Sat Apr 24 12:25:31 CEST 2021
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/801f59c57c8f4cd6212735bf003efd54db433c67
>---------------------------------------------------------------
commit 801f59c57c8f4cd6212735bf003efd54db433c67
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sat Apr 24 12:25:31 2021 +0200
Revert "Use pretest"
This reverts commit 9012211ef7f826d7abaf4590a8bcf6f8fff0b59f.
>---------------------------------------------------------------
801f59c57c8f4cd6212735bf003efd54db433c67
texlive.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/texlive.sh b/texlive.sh
index 8a7ec26..e4cdc08 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -9,12 +9,12 @@
export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
if ! command -v texlua > /dev/null; then
# Obtain TeX Live
- wget http://pretest.math.hamburg/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*
# Install a minimal system
- ./install-tl --profile=../texlive.profile -repository https://pretest.math.hamburg
+ ./install-tl --profile=../texlive.profile
cd ..
fi
More information about the latex3-commits
mailing list.