From d6e734d2270b819669538530bd99866a9d6597b6 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 9 Sep 2024 20:14:45 +0200 Subject: [PATCH] pkg/gource --- spcd/bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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"