Skip to content

Commit

Permalink
Update supported platforms in README
Browse files Browse the repository at this point in the history
The README has been updated to reflect changes in the supported platforms. This includes generalizing the installation instructions to cover CentOS/RHEL, Fedora, and Amazon Linux. Also, the instructions for specific CentOS/RHEL versions have been updated to include Fedora and Amazon Linux.
  • Loading branch information
dvershinin committed Dec 19, 2023
1 parent a511d3e commit c1e690f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fds block 1.2.3.4

It makes the task of managing your FirewallD easy and human-friendly.

## Installation on CentOS/RHEL 7, 8, 9 and Fedora 33, 34, 35, 36
## Installation on CentOS/RHEL, Fedora and Amazon Linux

First, install RPM repository configuration:

Expand Down Expand Up @@ -66,13 +66,13 @@ The subscription ships with packages for IP prefixes' aggregation.

So it's highly recommended to also run the following if you are a subscriber:

### CentOS/RHEL 7
### CentOS/RHEL 7 only

```bash
sudo yum -y install python2-aggregate6
```

### CentOS/RHEL 8
### CentOS/RHEL 8+, Fedora and Amazon Linux

```bash
sudo yum -y install python3-aggregate6
Expand Down

0 comments on commit c1e690f

Please sign in to comment.