Skip to content

Commit 18a2f18

Browse files
authored
Update README.md
1 parent 6e577dc commit 18a2f18

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#3 Zabbix 6 removed the auditlog_details table. The script is compatible with this version now, make sure to uncomment the fix for older Zabbix versions.
88

9-
#4 For RHEL9 based systems use the CRB repository (Rocky Linux 9 specific) to get Perl-DataTime. sudo dnf config-manager --set-enabled crb
9+
#4 For RHEL9 based systems use the CRB repository (Rocky Linux 9 specific) to get Perl-DataTime. dnf config-manager --set-enabled crb
1010

1111
Make sure to uncomment the correct lines (see blog post), the default is setup for MySQL 5.6 or MariaDB.
1212

@@ -63,8 +63,13 @@ yum config-manager --set-enabled powertools
6363
or for genuine-RedHat:
6464

6565
```
66-
sudo subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
66+
subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
6767
68+
```
69+
Or Oracle Linux
70+
71+
```
72+
dnf config-manager --set-enabled ol8_codeready_builder
6873
```
6974

7075
On a Debian based systems run:

0 commit comments

Comments
 (0)