[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 _recipe _apt
_ppa jonathonf/texlive
_apt texlive-full _apt texlive-full
# xzdec is required by tlmgr
_apt xzdec
esac esac
tlmgr init-usertree 2>/dev/null || true tlmgr init-usertree 2>/dev/null || true