Small fixes
This commit is contained in:
parent
3f20c148a3
commit
5f62028f45
1 changed files with 2 additions and 2 deletions
|
|
@ -30,12 +30,12 @@ Also, check this out: [sefinek/Cloudflare-WAF-To-AbuseIPDB](https://github.com/s
|
|||
## 📥 Installation
|
||||
|
||||
### Automatic (Easy & recommenced)
|
||||
#### curl
|
||||
#### Via curl
|
||||
```bash
|
||||
cd /tmp && curl -s -o /tmp/install.sh https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/node.js/install.sh && sudo bash install.sh && rm install.sh
|
||||
```
|
||||
|
||||
#### wget
|
||||
#### Via wget
|
||||
```bash
|
||||
cd /tmp && wget -q -O /tmp/install.sh https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/node.js/install.sh && sudo bash install.sh && rm install.sh
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue