Update README.md
This commit is contained in:
parent
36e9cd00c7
commit
e767f9ae74
1 changed files with 15 additions and 3 deletions
18
README.md
18
README.md
|
|
@ -20,7 +20,19 @@ See also this: [sefinek/Cloudflare-WAF-To-AbuseIPDB](https://github.com/sefinek/
|
||||||
|
|
||||||
## 📥 Installation
|
## 📥 Installation
|
||||||
|
|
||||||
### Node.js (Ubuntu & Debian)
|
### Automatic (Easy & recommenced)
|
||||||
|
#### 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
|
||||||
|
```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
|
||||||
|
```
|
||||||
|
|
||||||
|
### Manually
|
||||||
|
#### Node.js (Ubuntu & Debian)
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install -y curl
|
sudo apt-get install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
|
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
|
||||||
|
|
@ -28,13 +40,13 @@ sudo -E bash nodesource_setup.sh
|
||||||
sudo apt-get install -y nodejs
|
sudo apt-get install -y nodejs
|
||||||
```
|
```
|
||||||
|
|
||||||
### Git
|
#### Git
|
||||||
```bash
|
```bash
|
||||||
sudo add-apt-repository ppa:git-core/ppa
|
sudo add-apt-repository ppa:git-core/ppa
|
||||||
sudo apt-get update && sudo apt-get -y install git
|
sudo apt-get update && sudo apt-get -y install git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Script
|
#### Script
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get update && sudo apt-get upgrade
|
sudo apt-get update && sudo apt-get upgrade
|
||||||
cd ~
|
cd ~
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue