This commit is contained in:
Marc Beninca 2024-07-21 22:18:20 +02:00
parent 44c2557a50
commit 537f6c6cf9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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"
#