[latex3-commits] [git/LaTeX3-latex3-l3build] master: Update tlmgr up-front (441d8ce)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Nov 27 13:49:06 CET 2019
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/441d8ceea77a0aa798ed95419fab58a8c4f46303
>---------------------------------------------------------------
commit 441d8ceea77a0aa798ed95419fab58a8c4f46303
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 27 12:49:06 2019 +0000
Update tlmgr up-front
>---------------------------------------------------------------
441d8ceea77a0aa798ed95419fab58a8c4f46303
support/texlive.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index c91fb7b..8ba4dd4 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -19,6 +19,9 @@ if ! command -v texlua > /dev/null; then
cd ..
fi
+# Update the TL install but add nothing new
+tlmgr update --self
+
# Needed for any use of texlua even if not testing LuaTeX
tlmgr install luatex
@@ -68,4 +71,4 @@ tlmgr install \
tlmgr option -- autobackup 0
# Update the TL install but add nothing new
-tlmgr update --self --all --no-auto-install
+tlmgr update --all --no-auto-install
More information about the latex3-commits
mailing list