fixing RHEL and oracle typos as well.

This commit is contained in:
bmcculley 2018-01-10 20:08:06 -05:00 committed by GitHub
parent 00cdbee63c
commit c3a1d5c762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ sudo yum install https://dl.fedoraproject.org/pub/epel/7/x86_64/c/ccache-3.2.7-3
ccache --max-size=5G
# optional, for kpatch-test
sudo dnf install patchutils
sudo yum install patchutils
```
#### CentOS 7
@ -149,7 +149,7 @@ sudo yum install ccache
ccache --max-size=5G
# optional, for kpatch-test
sudo dnf install patchutils
sudo yum install patchutils
```
#### Ubuntu 14.04