tex
Some checks are pending
/ alpine (push) Waiting to run
/ debian (push) Blocked by required conditions
/ ubuntu (push) Blocked by required conditions
/ arch (push) Blocked by required conditions
/ opensuse (push) Blocked by required conditions
/ fedora (push) Blocked by required conditions
/ alma (push) Blocked by required conditions
/ rocky (push) Blocked by required conditions

This commit is contained in:
Marc Beninca 2025-05-25 16:51:16 +02:00
parent fd505e93e6
commit 2670bec22e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -843,6 +843,15 @@ spcd_f_pkg() {
;;
*) spcd_f_pm_pkg_install "shfmt" ;;
esac
# tex
spcd_step "TeX"
case "${SPCD_OS_ID}" in
"${SPCD_OS_DEBIAN}")
spcd_f_pm_pkg_install "texlive-xetex"
;;
# TODO other operating systems
*) ;;
esac
spcd_step_out
}