Update README.md

This commit is contained in:
Sefinek 2024-10-31 02:39:28 +01:00
parent fb1d37ea1f
commit 942e67566b

View file

@ -50,7 +50,7 @@ See also this: [sefinek24/Node-Cloudflare-WAF-AbuseIPDB](https://github.com/sefi
If the distribution you're using to run the tool isn't listed here and the script works correctly, please create a new [Issue](https://github.com/sefinek24/UFW-AbuseIPDB-Reporter/issues). I'll add its name to the list. If the distribution you're using to run the tool isn't listed here and the script works correctly, please create a new [Issue](https://github.com/sefinek24/UFW-AbuseIPDB-Reporter/issues). I'll add its name to the list.
## 📥 Installation<div id="installation"></div> ## 📥 How to install?<div id="installation"></div>
### 🌍 Perform repository and software updates (highly recommended)<div id="perform-repository-and-software-updates"></div> ### 🌍 Perform repository and software updates (highly recommended)<div id="perform-repository-and-software-updates"></div>
```bash ```bash
@ -62,7 +62,7 @@ sudo apt update && sudo apt upgrade -y
sudo apt install -y curl jq openssl ufw sudo apt install -y curl jq openssl ufw
``` ```
#### Install ### ✅ Installation
To install this tool, run the following command in the terminal (`sudo` is required): To install this tool, run the following command in the terminal (`sudo` is required):
```bash ```bash
sudo bash -c "$(curl -s https://raw.githubusercontent.com/sefinek24/UFW-AbuseIPDB-Reporter/main/install.sh)" sudo bash -c "$(curl -s https://raw.githubusercontent.com/sefinek24/UFW-AbuseIPDB-Reporter/main/install.sh)"