[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Tidy TL installer script (98314ace)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Jun 12 10:26:36 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/98314aceb32d78a7c67068da65a92da766363469

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

commit 98314aceb32d78a7c67068da65a92da766363469
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Jun 12 09:24:35 2021 +0100

    Tidy TL installer script


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

98314aceb32d78a7c67068da65a92da766363469
 support/texlive.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/support/texlive.sh b/support/texlive.sh
index 87bfbc65..4353d540 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -27,6 +27,7 @@ tlmgr option -- autobackup 0
 
 # Update a cached version first (else later step might fail)
 tlmgr update --self
+tlmgr update --all
 
 # Needed for any use of texlua even if not testing LuaTeX
 tlmgr install luatex
@@ -130,6 +131,3 @@ tlmgr install  \
   wsuipa       \
   xkeyval      \
   zref
-
-# ensure we have the latest of the above packages
-tlmgr update --all





More information about the latex3-commits mailing list.