diff --git a/modules/ROOT/pages/kernel-installing-from-koji.adoc b/modules/ROOT/pages/kernel-installing-from-koji.adoc index d984113..dbf31a3 100644 --- a/modules/ROOT/pages/kernel-installing-from-koji.adoc +++ b/modules/ROOT/pages/kernel-installing-from-koji.adoc @@ -56,7 +56,8 @@ This assumes we are working with the `x86_64` architecture. cd $(mktemp -d) \ && koji download-build --arch=x86_64 --arch=noarch kernel-n.nn.nn-nnn.fcnn \ - && sudo dnf install * + && rm *debug*.rpm *uki*.rpm \ + && sudo dnf install This eliminates the need to clean up after installation and the risk of installing unwanted rpms accidentally.