From 78e25f3b9dd4aaa6790b808bf3cdbfa38c2060d6 Mon Sep 17 00:00:00 2001 From: Gregory Bartholomew Date: Sat, 15 Jun 2024 12:17:40 -0500 Subject: [PATCH] fix typo introduced in commit 6b19b4b --- modules/ROOT/pages/kernel-installing-from-koji.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/kernel-installing-from-koji.adoc b/modules/ROOT/pages/kernel-installing-from-koji.adoc index dbf31a3..f7652fc 100644 --- a/modules/ROOT/pages/kernel-installing-from-koji.adoc +++ b/modules/ROOT/pages/kernel-installing-from-koji.adoc @@ -57,7 +57,7 @@ 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 \ && rm *debug*.rpm *uki*.rpm \ - && sudo dnf install + && sudo dnf install * This eliminates the need to clean up after installation and the risk of installing unwanted rpms accidentally.