pandoc
Some checks failed
/ alpine (push) Successful in 43s
/ arch (push) Successful in 1m38s
/ fedora (push) Successful in 12m23s
/ opensuse (push) Successful in 2m38s
/ alma (push) Failing after 1m38s
/ rocky (push) Failing after 3m6s
/ ubuntu (push) Failing after 1m2s
/ debian (push) Failing after 1m1s

This commit is contained in:
Marc Beninca 2024-10-13 23:13:32 +02:00
parent 346712f05c
commit affb2786f3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -811,6 +811,9 @@ spcd_f_pkg() {
"${SPCD_PM_PACMAN}") spcd_f_pm_pkg_install "openssh" ;;
*) ;;
esac
# pandoc
spcd_step "PanDoc"
spcd_f_pm_pkg_install "pandoc"
# plantuml
spcd_step "PlantUML"
spcd_f_pm_pkg_install "plantuml"