1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-04-09 01:01:03 -09:00

[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