From a10f03958a79d690184a4ed2af57832f0f397ad9 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 12 Dec 2024 15:14:03 +0100 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index b3720aaf..54c59bf9 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -923,7 +923,7 @@ setup_firewall_service() { #perl /usr/local/csf/bin/csftest.pl echo "Setting CSF auto-login from OpenAdmin interface.." if [ "$PACKAGE_MANAGER" == "dnf" ]; then - debug_log dnf install -y wget curl unzip yum-utils policycoreutils-python-utils libwww-perl + debug_log dnf install -y wget curl yum-utils policycoreutils-python-utils libwww-perl # fixes bug when starting csf: Can't locate locale.pm in @INC (you may need to install the locale module) if [ -f /etc/fedora-release ]; then debug_log yum --allowerasing install perl -y