plantuml,shellcheck
Some checks failed
/ job (push) Failing after 12m13s

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

10
spcd.sh
View file

@ -610,10 +610,7 @@ spcd_install_packages() {
spcd_install_package "graphviz"
# plantuml
spcd_step "Install PlantUML"
case "${SPCD_OS_ID}" in
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
*) spcd_install_package "plantuml" ;;
esac
spcd_install_package "plantuml"
# python sphinx
spcd_step "Install Python Sphinx"
case "${SPCD_OS_ID}" in
@ -640,10 +637,7 @@ spcd_install_packages() {
spcd_install_package "rsync"
# shellcheck
spcd_step "Install ShellCheck"
case "${SPCD_OS_ID}" in
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
*) spcd_install_package "shellcheck" ;;
esac
spcd_install_package "shellcheck"
# shfmt
spcd_step "Install ShellFormat"
case "${SPCD_OS_ID}" in