Skip to content

Commit

Permalink
Merge branch 'develop' into gh172
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Dec 2, 2019
2 parents 5c8c259 + 3b75cdc commit bc5e798
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions support/texlive.sh
Expand Up @@ -18,13 +18,11 @@ if ! command -v texlua > /dev/null; then

cd ..
else
# update a cached version first (else later step might fail)
tlmgr update --self
# Update a cached version first (else later step might fail)
tlmgr option -- autobackup 0
tlmgr update --self --all --no-auto-install
fi

# Update tlmgr first
tlmgr update --self

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

Expand Down Expand Up @@ -83,9 +81,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 bc5e798

Please sign in to comment.