mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 05:22:42 +00:00
fix typo introduced in commit 6b19b4b
This commit is contained in:
parent
35e36e2dc7
commit
78e25f3b9d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue