shfmt/bullseye
This commit is contained in:
parent
12ce56cdeb
commit
d0ffcf2343
1 changed files with 3 additions and 0 deletions
3
spcd.sh
3
spcd.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue