diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 246a4f9..e098586 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -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 }