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_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
|
||||||
*) spcd_install_package "shellcheck" ;;
|
*) spcd_install_package "shellcheck" ;;
|
||||||
esac
|
esac
|
||||||
|
# shfmt
|
||||||
|
spcd_step "Install ShellFormat"
|
||||||
|
case "${SPCD_OS_ID}" in
|
||||||
|
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
|
||||||
|
*) spcd_install_package "shfmt" ;;
|
||||||
|
esac
|
||||||
# ssh
|
# ssh
|
||||||
spcd_step "Install SSH"
|
spcd_step "Install SSH"
|
||||||
case "${SPCD_PM}" in
|
case "${SPCD_PM}" in
|
||||||
|
|
Loading…
Reference in a new issue