shfmt/bullseye

This commit is contained in:
Marc Beninca 2024-07-22 11:51:19 +02:00
parent 12ce56cdeb
commit d0ffcf2343
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -649,6 +649,9 @@ spcd_install_packages() {
spcd_step "Install ShellFormat"
case "${SPCD_OS_ID}" in
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
"${SPCD_OS_DEBIAN}")
[ "${SPCD_OS_VERSION}" != "bullseye" ] && spcd_install_package "shfmt"
;;
*) spcd_install_package "shfmt" ;;
esac
# ssh