scripts: sphinx-pre-install: fix rhel recomendations

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/393a299a850ba9d94c6a8965e78db4da2dbf7e37.1754992972.git.mchehab+huawei@kernel.org
This commit is contained in:
Mauro Carvalho Chehab 2025-08-12 17:52:34 +02:00 committed by Jonathan Corbet
parent 8b18e86f6c
commit e53e6d395f

View File

@ -519,9 +519,9 @@ class SphinxDependencyChecker:
"For most, enabling epel and crb are enough:\n" \
"\tsudo dnf install -y epel-release", \
"\tsudo dnf config-manager --set-enabled crb\n" \
"Yet, some may have other required repositories. Those commands could be useful:" \
"\tsudo dnf repolist all" \
"\tsudo repoquery --available --info <pkgs>",
"Yet, some may have other required repositories. Those commands could be useful:\n" \
"\tsudo dnf repolist all\n" \
"\tsudo dnf repoquery --available --info <pkgs>\n",
"\tsudo dnf config-manager --set-enabled '*' # enable all - probably not what you want")
self.first_hint = False