pf/rpm
This commit is contained in:
parent
83f4d7d3b7
commit
a01423f604
1 changed files with 1 additions and 1 deletions
2
spcd.sh
2
spcd.sh
|
@ -798,7 +798,7 @@ spcd_install_packages() {
|
||||||
# shell check
|
# shell check
|
||||||
spcd_substep "Install ShellCheck"
|
spcd_substep "Install ShellCheck"
|
||||||
case "${SPCD_PM}" in
|
case "${SPCD_PM}" in
|
||||||
"${SPCD_PM_DNF}" | "${SPCD_PM_ZYPPER}")
|
"${SPCD_PF_RPM}")
|
||||||
spcd_install_package "ShellCheck"
|
spcd_install_package "ShellCheck"
|
||||||
;;
|
;;
|
||||||
*) spcd_install_package "shellcheck" ;;
|
*) spcd_install_package "shellcheck" ;;
|
||||||
|
|
Loading…
Reference in a new issue