From 9fe9c3e4d1249db3a5be0f411f40da08ab624867 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Thu, 31 Oct 2024 02:37:56 +0100 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d6360a6..8d836d9 100644 --- a/README.md +++ b/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? -### ๐Ÿ› ๏ธ Installing required packages
-#### ๐ŸŒ Perform repository and software updates (highly recommended)
-```bash -sudo apt update && sudo apt upgrade -y -``` - -#### ๐ŸŒŒ Install required dependencies
-```bash -sudo apt install -y curl jq openssl ufw -``` - -### ๐Ÿงช Tested operating systems
+## ๐Ÿงช Tested operating systems
- 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. ## ๐Ÿ“ฅ Installation
+ +### ๐ŸŒ Perform repository and software updates (highly recommended)
+```bash +sudo apt update && sudo apt upgrade -y +``` + +### ๐ŸŒŒ Install required dependencies
+```bash +sudo apt install -y curl jq openssl ufw +``` + +#### Install To install this tool, run the following command in the terminal (`sudo` is required): ```bash sudo bash -c "$(curl -s https://raw.githubusercontent.com/sefinek24/UFW-AbuseIPDB-Reporter/main/install.sh)"