shfmt
This commit is contained in:
parent
909dc010e0
commit
9da6e493d8
1 changed files with 6 additions and 0 deletions
6
spcd.sh
6
spcd.sh
|
@ -617,6 +617,12 @@ spcd_install_packages() {
|
|||
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
|
||||
*) spcd_install_package "shellcheck" ;;
|
||||
esac
|
||||
# shfmt
|
||||
spcd_step "Install ShellFormat"
|
||||
case "${SPCD_OS_ID}" in
|
||||
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
|
||||
*) spcd_install_package "shfmt" ;;
|
||||
esac
|
||||
# ssh
|
||||
spcd_step "Install SSH"
|
||||
case "${SPCD_PM}" in
|
||||
|
|
Loading…
Reference in a new issue