[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update tlmgr itself (52ff54fdb)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Nov 6 13:19:11 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/52ff54fdb356348f58b198f2f6a7f359b0c0e75c
>---------------------------------------------------------------
commit 52ff54fdb356348f58b198f2f6a7f359b0c0e75c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 6 12:19:11 2019 +0000
Update tlmgr itself
>---------------------------------------------------------------
52ff54fdb356348f58b198f2f6a7f359b0c0e75c
support/texlive.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/support/texlive.sh b/support/texlive.sh
index 88bf72044..778b21222 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -19,6 +19,9 @@ if ! command -v texlua > /dev/null; then
cd ..
fi
+# Update tlmgr itself
+tlmgr update --self
+
# Needed for any use of texlua even if not testing LuaTeX
tlmgr install luatex
More information about the latex3-commits
mailing list