From ebb9db2c7b7bb3bd879852f299b0a3a0f7451612 Mon Sep 17 00:00:00 2001 From: Adrian Tritschler Date: Mon, 16 May 2022 12:04:36 +1000 Subject: [PATCH] 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 --- docs/Getting Started/RHEL-based distro/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/RHEL-based distro/index.rst b/docs/Getting Started/RHEL-based distro/index.rst index 8526634..bfcf26c 100644 --- a/docs/Getting Started/RHEL-based distro/index.rst +++ b/docs/Getting Started/RHEL-based distro/index.rst @@ -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::