[provisioning] Add message when tex is installed

This commit is contained in:
Correl Roush 2020-06-24 21:31:32 -04:00
parent 40ca82570d
commit 1e7fc14229

View file

@ -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