mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
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:
parent
8b18e86f6c
commit
e53e6d395f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user