mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[provisioning] Update tex install in linux
This commit is contained in:
parent
8705e8189f
commit
1be3292464
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue