dnf to yum

switch dnf to yum command under centos 7 section.
This commit is contained in:
bmcculley 2018-01-10 20:04:14 -05:00 committed by GitHub
parent 866b6a26ea
commit 00cdbee63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ sudo yum install ccache
ccache --max-size=5G
# optional, for kpatch-test
sudo dnf install patchutils
sudo yum install patchutils
```
#### Oracle Linux 7