Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
  • Loading branch information
davrot authored Mar 9, 2024
1 parent 5e31d25 commit 2b43578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/linux/fedora_dnf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ dnf -y remove --duplicates
Now we can finalize the repair with:

```shell
yum -y update --best --allowerasing --skip-broken
dnf -y update --best --allowerasing --skip-broken
```

or

```shell
yum -y --enablerepo=* update --best --allowerasing --skip-broken
dnf -y --enablerepo=* update --best --allowerasing --skip-broken
```

Depending on if you want to include other non-default repos from your repo-list.
Expand Down

0 comments on commit 2b43578

Please sign in to comment.