From a01423f60449d4750639101106257075b271b205 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 21 Aug 2024 13:56:58 +0200 Subject: [PATCH] pf/rpm --- spcd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd.sh b/spcd.sh index 50f7999..c6870ad 100644 --- a/spcd.sh +++ b/spcd.sh @@ -798,7 +798,7 @@ spcd_install_packages() { # shell check spcd_substep "Install ShellCheck" case "${SPCD_PM}" in - "${SPCD_PM_DNF}" | "${SPCD_PM_ZYPPER}") + "${SPCD_PF_RPM}") spcd_install_package "ShellCheck" ;; *) spcd_install_package "shellcheck" ;;