[provisioning] Update tex install in linux

This commit is contained in:
Correl Roush 2018-08-13 22:11:18 -04:00
parent 8705e8189f
commit 1be3292464

View file

@ -9,7 +9,10 @@ case "$(uname -s)" in
;;
*)
_recipe _apt
_ppa jonathonf/texlive
_apt texlive-full
# xzdec is required by tlmgr
_apt xzdec
esac
tlmgr init-usertree 2>/dev/null || true