Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
5e31d25303
commit
2b43578c80
1 changed files with 2 additions and 2 deletions
|
@ -84,13 +84,13 @@ dnf -y remove --duplicates
|
||||||
Now we can finalize the repair with:
|
Now we can finalize the repair with:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yum -y update --best --allowerasing --skip-broken
|
dnf -y update --best --allowerasing --skip-broken
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```shell
|
```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.
|
Depending on if you want to include other non-default repos from your repo-list.
|
||||||
|
|
Loading…
Reference in a new issue