Apply fix from #7548.

Richard Laager 2019-12-14 16:17:08 -06:00
parent f51a650c6d
commit eb22d2c3bb
1 changed files with 1 additions and 1 deletions

@ -65,7 +65,7 @@ To install DKMS style packages issue the following yum commands. First add the
``` ```
$ sudo yum install epel-release $ sudo yum install epel-release
$ sudo yum install kernel-devel zfs $ sudo yum install "kernel-devel-uname-r == $(uname -r)" zfs
``` ```
## Important Notices ## Important Notices