Skip to content

Commit

Permalink
doc: Replace CentOS with Rocky / Alma
Browse files Browse the repository at this point in the history
Unfortunately Red Hat's CentOS is not longer an open alternative to
RHEL, this replace it in the setup instructions with Rock / Alma Linux.

Signed-off-by: Nicolai Buchwitz <[email protected]>
  • Loading branch information
nbuchwitz committed May 12, 2024
1 parent c18d4d8 commit 4a50ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This check command depends on **Python 3** and the following modules:
apt install python3 python3-requests python3-packaging
```

**Installation on Redhat 7 / CentOS 7**
**Installation on Rocky / Alma Linux 9**
```
yum install python36 python36-requests python36-packaging
yum install python3 python3-requests python3-packaging
```

**Installation on FreeBSD**
Expand Down

0 comments on commit 4a50ebe

Please sign in to comment.