pkg/gource
This commit is contained in:
parent
deee894bca
commit
d6e734d227
1 changed files with 6 additions and 0 deletions
|
@ -773,6 +773,12 @@ spcd_f_pkg() {
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
# gource
|
||||||
|
spcd_step "Gource"
|
||||||
|
case "${SPCD_OS_ID}" in
|
||||||
|
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
|
||||||
|
*) spcd_f_pm_pkg_install "gource" ;;
|
||||||
|
esac
|
||||||
# graphviz
|
# graphviz
|
||||||
spcd_step "GraphViz"
|
spcd_step "GraphViz"
|
||||||
spcd_f_pm_pkg_install "graphviz"
|
spcd_f_pm_pkg_install "graphviz"
|
||||||
|
|
Loading…
Reference in a new issue