epel
This commit is contained in:
parent
ea8286b693
commit
dca3f14bb9
1 changed files with 6 additions and 0 deletions
6
spcd.sh
6
spcd.sh
|
@ -599,6 +599,12 @@ spcd_install_python() {
|
|||
|
||||
# TODO move to Python
|
||||
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
|
||||
spcd_step "Install GraphViz"
|
||||
spcd_install_package "graphviz"
|
||||
|
|
Loading…
Reference in a new issue