diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index f0077ee..b2f90d0 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -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"