diff --git a/doc/installation.md b/doc/installation.md index 269aed3..ffccb86 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -55,8 +55,8 @@ sudo apt install -y ./*.deb # RHEL-based distributions arch=$(uname -m) sudo dnf install -y epel-release # required on some distributions -sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.1/enroot-3.4.1-1.el7.${arch}.rpm -sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.1/enroot+caps-3.4.1-1.el7.${arch}.rpm # optional +sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.1/enroot-3.4.1-1.el8.${arch}.rpm +sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.1/enroot+caps-3.4.1-1.el8.${arch}.rpm # optional ``` #### Hardened flavor @@ -71,8 +71,8 @@ sudo apt install -y ./*.deb # RHEL-based distributions arch=$(uname -m) sudo dnf install -y epel-release # required on some distributions -sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.1/enroot-hardened-3.4.1-1.el7.${arch}.rpm -sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.1/enroot-hardened+caps-3.4.1-1.el7.${arch}.rpm # optional +sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.1/enroot-hardened-3.4.1-1.el8.${arch}.rpm +sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.1/enroot-hardened+caps-3.4.1-1.el8.${arch}.rpm # optional ``` ## From source