From a4ea0b50ac02b63f9a1ad00a21fed8447cc57b21 Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Fri, 16 Jul 2021 15:45:22 +0200 Subject: [PATCH] Change capitalization of the PowerTools command --- doc/02-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index b6baea00e..3cf408d23 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -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 ```