diff --git a/sample-scripts/RHEL-9-LEMP.sh b/sample-scripts/RHEL-9-LEMP.sh index ea2131c..855ddaf 100644 --- a/sample-scripts/RHEL-9-LEMP.sh +++ b/sample-scripts/RHEL-9-LEMP.sh @@ -27,7 +27,7 @@ unpriv(){ } # Remove hardened_malloc (It breaks php-fpm) -sudo dnf remove hardened_malloc +sudo dnf remove -y hardened_malloc # Install NGINX unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/yum.repos.d/nginx.repo | sudo tee /etc/yum.repos.d/nginx.repo > /dev/null