From b038645b913c742703b08c8218e6650689531afc Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:30:03 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- admin/linux/fedora_dnf_rpmdbNextIterator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/linux/fedora_dnf_rpmdbNextIterator/README.md b/admin/linux/fedora_dnf_rpmdbNextIterator/README.md index d6fa1ae..607dae1 100644 --- a/admin/linux/fedora_dnf_rpmdbNextIterator/README.md +++ b/admin/linux/fedora_dnf_rpmdbNextIterator/README.md @@ -63,6 +63,6 @@ dnf -y install --best --allowerasing intel-iotkit And don't forget to do the update you wanted to do: ```shell -dnf -y install --best --allowerasing +dnf -y update --best --allowerasing ```