mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[provisioning] Add message when tex is installed
This commit is contained in:
parent
40ca82570d
commit
1e7fc14229
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ case "$(uname -s)" in
|
|||
if ! command -v tlmgr >/dev/null; then
|
||||
_ppa jonathonf/texlive
|
||||
_apt texlive-full
|
||||
else
|
||||
echo "[tex] Texlive appears to already be installed, skipping."
|
||||
fi
|
||||
# xzdec is required by tlmgr
|
||||
_apt xzdec
|
||||
|
|
Loading…
Reference in a new issue