pkg/gource

This commit is contained in:
Marc Beninca 2024-09-09 20:14:45 +02:00
parent deee894bca
commit d6e734d227
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -773,6 +773,12 @@ spcd_f_pkg() {
;;
*) ;;
esac
# gource
spcd_step "Gource"
case "${SPCD_OS_ID}" in
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
*) spcd_f_pm_pkg_install "gource" ;;
esac
# graphviz
spcd_step "GraphViz"
spcd_f_pm_pkg_install "graphviz"