diff --git a/INSTALL/install.sh b/INSTALL/install.sh index 5cb3b8e..5e84973 100644 --- a/INSTALL/install.sh +++ b/INSTALL/install.sh @@ -34,10 +34,10 @@ dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.r # sysctl -w net.ipv4.conf.all.secure_redirects=0 # sysctl -w net.ipv4.conf.default.secure_redirects=0 # These settings can be added to /etc/sysctl.conf to make them permanent. -echo """sysctl -w net.ipv4.conf.all.accept_redirects=0 -sysctl -w net.ipv4.conf.default.accept_redirects=0 -sysctl -w net.ipv4.conf.all.secure_redirects=0 -sysctl -w net.ipv4.conf.default.secure_redirects=0""" >> /etc/sysctl.conf +echo """net.ipv4.conf.all.accept_redirects=0 +net.ipv4.conf.default.accept_redirects=0 +net.ipv4.conf.all.secure_redirects=0 +net.ipv4.conf.default.secure_redirects=0""" >> /etc/sysctl.conf # Install & Configure