Merge pull request #8909 from Icinga/docs/centOS8-RHEL-powertools

Change capitalization of the PowerTools command
This commit is contained in:
Alexander Aleksandrovič Klimov 2021-08-03 11:19:27 +02:00 committed by GitHub
commit 14f961d6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ CentOS 8 additionally needs the PowerTools repository for EPEL:
```bash
dnf install 'dnf-command(config-manager)'
dnf config-manager --set-enabled PowerTools
dnf config-manager --set-enabled powertools
dnf install epel-release
```