plantuml
This commit is contained in:
parent
44c2557a50
commit
537f6c6cf9
1 changed files with 6 additions and 0 deletions
6
spcd.sh
6
spcd.sh
|
@ -603,6 +603,12 @@ spcd_install_packages() {
|
|||
spcd_step "Install GraphViz"
|
||||
spcd_install_package "graphviz"
|
||||
#
|
||||
spcd_step "Install PlantUML"
|
||||
case "${SPCD_OS_ID}" in
|
||||
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
|
||||
*) spcd_install_package "plantuml" ;;
|
||||
esac
|
||||
#
|
||||
spcd_step "Install Rsync"
|
||||
spcd_install_package "rsync"
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue