mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-23 09:51:32 -05:00
Add missing -y for hardened_malloc removal on a LEMP stack
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
5a6e14ef9f
commit
ace87dc0af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user