Update README.md
This commit is contained in:
parent
9cb50a0eed
commit
9fe9c3e4d1
1 changed files with 13 additions and 12 deletions
25
README.md
25
README.md
|
|
@ -44,24 +44,25 @@ See also this: [sefinek24/Node-Cloudflare-WAF-AbuseIPDB](https://github.com/sefi
|
||||||
- **Internet connection:** Hm, I think it's obvious, right?
|
- **Internet connection:** Hm, I think it's obvious, right?
|
||||||
|
|
||||||
|
|
||||||
### 🛠️ Installing required packages<div id="installing-required-packages"></div>
|
## 🧪 Tested operating systems<div id="tested-operating-systems"></div>
|
||||||
#### 🌍 Perform repository and software updates (highly recommended)<div id="perform-repository-and-software-updates"></div>
|
|
||||||
```bash
|
|
||||||
sudo apt update && sudo apt upgrade -y
|
|
||||||
```
|
|
||||||
|
|
||||||
#### 🌌 Install required dependencies<div id="install-required-dependencies"></div>
|
|
||||||
```bash
|
|
||||||
sudo apt install -y curl jq openssl ufw
|
|
||||||
```
|
|
||||||
|
|
||||||
### 🧪 Tested operating systems<div id="tested-operating-systems"></div>
|
|
||||||
- Ubuntu Server 20.04/22.04
|
- Ubuntu Server 20.04/22.04
|
||||||
|
|
||||||
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>
|
## 📥 Installation<div id="installation"></div>
|
||||||
|
|
||||||
|
### 🌍 Perform repository and software updates (highly recommended)<div id="perform-repository-and-software-updates"></div>
|
||||||
|
```bash
|
||||||
|
sudo apt update && sudo apt upgrade -y
|
||||||
|
```
|
||||||
|
|
||||||
|
### 🌌 Install required dependencies<div id="install-required-dependencies"></div>
|
||||||
|
```bash
|
||||||
|
sudo apt install -y curl jq openssl ufw
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Install
|
||||||
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)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue