This commit is contained in:
Marc Beninca 2024-07-22 09:26:35 +02:00
parent ea8286b693
commit dca3f14bb9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -599,6 +599,12 @@ spcd_install_python() {
# TODO move to Python # TODO move to Python
spcd_install_packages() { spcd_install_packages() {
# epel
spcd_step "Install EPEL"
case "${SPCD_OS_ID}" in
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") spcd_install_package "epel-release" ;;
*) ;;
esac
# graphviz # graphviz
spcd_step "Install GraphViz" spcd_step "Install GraphViz"
spcd_install_package "graphviz" spcd_install_package "graphviz"