mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
642274363e
commit
a10f03958a
@ -923,7 +923,7 @@ setup_firewall_service() {
|
|||||||
#perl /usr/local/csf/bin/csftest.pl
|
#perl /usr/local/csf/bin/csftest.pl
|
||||||
echo "Setting CSF auto-login from OpenAdmin interface.."
|
echo "Setting CSF auto-login from OpenAdmin interface.."
|
||||||
if [ "$PACKAGE_MANAGER" == "dnf" ]; then
|
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)
|
# 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
|
if [ -f /etc/fedora-release ]; then
|
||||||
debug_log yum --allowerasing install perl -y
|
debug_log yum --allowerasing install perl -y
|
||||||
|
Loading…
Reference in New Issue
Block a user