gpg
Some checks failed
/ alpine (push) Failing after 27s
/ debian (push) Failing after 4m39s
/ ubuntu (push) Failing after 1m6s
/ arch (push) Failing after 14s
/ opensuse (push) Successful in 2m58s
/ fedora (push) Successful in 8m55s
/ alma (push) Failing after 2m16s
/ rocky (push) Failing after 3m4s

This commit is contained in:
Marc Beninca 2025-05-25 18:28:30 +02:00
parent 1045053b32
commit 7ebbedc136
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -796,6 +796,15 @@ spcd_f_pkg() {
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;; "${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
*) spcd_f_pm_pkg_install "gource" ;; *) spcd_f_pm_pkg_install "gource" ;;
esac esac
# gpg
spcd_step "GnuPG"
case "${SPCD_OS_ID}" in
"${SPCD_OS_DEBIAN}")
spcd_f_pm_pkg_install "gpg"
;;
# TODO other operating systems
*) ;;
esac
# graphviz # graphviz
spcd_step "GraphViz" spcd_step "GraphViz"
spcd_f_pm_pkg_install "graphviz" spcd_f_pm_pkg_install "graphviz"