This commit is contained in:
parent
4e087ead78
commit
6577794018
1 changed files with 1 additions and 1 deletions
2
spcd.sh
2
spcd.sh
|
@ -653,7 +653,7 @@ spcd_install_packages() {
|
||||||
"${SPCD_OS_ARCH}" | "${SPCD_OS_FEDORA}") spcd_install_package "ruff" ;;
|
"${SPCD_OS_ARCH}" | "${SPCD_OS_FEDORA}") spcd_install_package "ruff" ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
# shellcheck
|
# shell check
|
||||||
spcd_step "Install ShellCheck"
|
spcd_step "Install ShellCheck"
|
||||||
case "${SPCD_PM}" in
|
case "${SPCD_PM}" in
|
||||||
"${SPCD_PM_DNF}") spcd_install_package "ShellCheck" ;;
|
"${SPCD_PM_DNF}") spcd_install_package "ShellCheck" ;;
|
||||||
|
|
Loading…
Reference in a new issue