From 7a081fb7eb9ab38e8ba041136556fd4d60a38f16 Mon Sep 17 00:00:00 2001 From: sh-v <124066783+sh-vp@users.noreply.github.com> Date: Sat, 3 Feb 2024 03:44:15 +0330 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3928d46..5568694 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ rm -rf start.sh reset.sh ip.txt ir_rules.zip && sudo apt update -y && sudo apt upgrade -y && sudo apt install zip iptables ipset -y && wget https://github.com/sh-vp/Ir-acc-WAF/releases/latest/download/ir_rules.zip && unzip ir_rules.zip && chmod +x start.sh && ./start.sh ```` + ################################################### + # CentOS & Almalinux Quick Run and Install OR Update ```` rm -rf start.sh reset.sh ip.txt ir_rules.zip && sudo yum update -y && sudo yum upgrade -y && sudo yum install zip iptables ipset -y && wget https://github.com/sh-vp/Ir-acc-WAF/releases/latest/download/ir_rules.zip && unzip ir_rules.zip && chmod +x start.sh && ./start.sh