[latex3-commits] [git/LaTeX3-latex3-latex2e] develop, gh172: Update tlmgr up-front (526edd1d)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Dec 2 13:26:13 CET 2019


Repository : https://github.com/latex3/latex2e
On branches: develop,gh172
Link       : https://github.com/latex3/latex2e/commit/526edd1d5a016b31c2453fdf9d6e62719d022087

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

commit 526edd1d5a016b31c2453fdf9d6e62719d022087
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Dec 2 12:26:13 2019 +0000

    Update tlmgr up-front


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

526edd1d5a016b31c2453fdf9d6e62719d022087
 support/texlive.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/support/texlive.sh b/support/texlive.sh
index 9dc64c5f..e693dbfc 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -19,6 +19,9 @@ if ! command -v texlua > /dev/null; then
   cd ..
 fi
 
+# Update tlmgr first
+tlmgr update --self
+
 # Needed for any use of texlua even if not testing LuaTeX
 tlmgr install luatex
 
@@ -82,4 +85,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