Update README
This commit is contained in:
parent
d24cb1d0d6
commit
d1f2ccad65
2 changed files with 9 additions and 3 deletions
|
|
@ -33,12 +33,12 @@ If the distribution you're using to run the tool isn't listed here and the scrip
|
|||
## 📥 Installation
|
||||
### curl
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh | bash
|
||||
bash <(curl -s https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh)
|
||||
```
|
||||
|
||||
### wget
|
||||
```bash
|
||||
wget -qO- https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh | bash
|
||||
bash <(wget -qO- https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh)
|
||||
```
|
||||
|
||||
The installation script will automatically download and configure the tool on your machine. During the installation process, you will be prompted to provide an [AbuseIPDB API token](https://www.abuseipdb.com/account/api).
|
||||
|
|
|
|||
|
|
@ -31,8 +31,14 @@ Jeśli dystrybucja, której używasz do uruchomienia narzędzia, nie jest tutaj
|
|||
|
||||
|
||||
## 📥 Instalacja
|
||||
### curl
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh | bash
|
||||
bash <(curl -s https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh)
|
||||
```
|
||||
|
||||
### wget
|
||||
```bash
|
||||
bash <(wget -qO- https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh)
|
||||
```
|
||||
|
||||
Skrypt instalacyjny automatycznie pobierze i skonfiguruje narzędzie na komputerze użytkownika. Podczas procesu instalacji zostaniesz poproszony o podanie [tokenu API AbuseIPDB](https://www.abuseipdb.com/account/api).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue