biber
Some checks failed
/ alpine (push) Failing after 24s
/ debian (push) Failing after 4m4s
/ ubuntu (push) Failing after 1m11s
/ arch (push) Failing after 19s
/ opensuse (push) Successful in 2m59s
/ fedora (push) Successful in 9m28s
/ alma (push) Failing after 2m24s
/ rocky (push) Failing after 3m27s

This commit is contained in:
Marc Beninca 2025-05-25 18:13:03 +02:00
parent 399bd1960e
commit 1045053b32
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -852,6 +852,7 @@ spcd_f_pkg() {
spcd_f_pm_pkg_install "texlive-plain-generic" spcd_f_pm_pkg_install "texlive-plain-generic"
spcd_f_pm_pkg_install "texlive-bibtex-extra" spcd_f_pm_pkg_install "texlive-bibtex-extra"
spcd_f_pm_pkg_install "texlive-fonts-recommended" spcd_f_pm_pkg_install "texlive-fonts-recommended"
spcd_f_pm_pkg_install "biber"
;; ;;
# TODO other operating systems # TODO other operating systems
*) ;; *) ;;