Skip to content

Commit

Permalink
Merge branch 'gh172' of https://github.com/latex3/latex2e into gh172
Browse files Browse the repository at this point in the history
do the tlmgr --self update always after all
  • Loading branch information
FrankMittelbach committed Dec 2, 2019
2 parents e888e12 + bc5e798 commit b11d9d1
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions support/texlive.sh
Expand Up @@ -17,11 +17,14 @@ if ! command -v texlua > /dev/null; then
./install-tl --profile=../support/texlive.profile

cd ..
else
# Update a cached version first (else later step might fail)
tlmgr update --self
fi

# Backups only make the cache bigger
tlmgr option -- autobackup 0

# Update a cached version first (else later step might fail)
tlmgr update --self

# Needed for any use of texlua even if not testing LuaTeX
tlmgr install luatex

Expand Down Expand Up @@ -80,9 +83,3 @@ tlmgr install \
wasy \
wsuipa \
xkeyval

# Keep no backups (not required, simply makes cache bigger)
tlmgr option -- autobackup 0

# Update the TL install but add nothing new
tlmgr update --all --no-auto-install

0 comments on commit b11d9d1

Please sign in to comment.