Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-vp authored Feb 3, 2024
1 parent 857fcf3 commit 7a081fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a081fb

Please sign in to comment.