Update index.rst - typo in example command line
Commandline "yum install https://zfsonlinux.org/epel/zfs-release$(rpm -E %dist).noarch.rpm" had typo, to use "%distro" rather "%dist" [root]# rpm -E %distro %distro [root]# rpm -E %dist .el7_9
This commit is contained in:
committed by
George Melikov
parent
0ff944c678
commit
ebb9db2c7b
@@ -38,7 +38,7 @@ the fingerprint listed here.
|
||||
|
||||
For RHEL/CentOS versions 6 and 7 run::
|
||||
|
||||
yum install https://zfsonlinux.org/epel/zfs-release$(rpm -E %distro).noarch.rpm
|
||||
yum install https://zfsonlinux.org/epel/zfs-release$(rpm -E %dist).noarch.rpm
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux
|
||||
|
||||
And for RHEL 8.5::
|
||||
|
||||
Reference in New Issue
Block a user