From 101e3cf22000653a869db88f66c3b7e1edf49871 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 25 May 2025 17:16:24 +0200 Subject: [PATCH] tex/fr --- spcd/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index e098586..560e19e 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -848,6 +848,7 @@ spcd_f_pkg() { case "${SPCD_OS_ID}" in "${SPCD_OS_DEBIAN}") spcd_f_pm_pkg_install "texlive-xetex" + spcd_f_pm_pkg_install "texlive-lang-french" ;; # TODO other operating systems *) ;;