@@ -47,28 +47,28 @@ The table below describes each package flavor and their characteristics:
4747
4848``` sh
4949# Debian-based distributions
50- curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v2.0.0 /enroot_2.0.0 -1_amd64.deb
51- curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v2.0.0 /enroot+caps_2.0.0 -1_amd64.deb # optional
50+ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v2.0.1 /enroot_2.0.1 -1_amd64.deb
51+ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v2.0.1 /enroot+caps_2.0.1 -1_amd64.deb # optional
5252sudo apt install -y ./* .deb
5353
5454# RHEL-based distributions
5555sudo yum install -y epel-release # required on some distributions
56- sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v2.0.0 /enroot-2.0.0 -1.el7.x86_64.rpm
57- sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v2.0.0 /enroot+caps-2.0.0 -1.el7.x86_64.rpm # optional
56+ sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v2.0.1 /enroot-2.0.1 -1.el7.x86_64.rpm
57+ sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v2.0.1 /enroot+caps-2.0.1 -1.el7.x86_64.rpm # optional
5858```
5959
6060#### Hardened flavor
6161
6262``` sh
6363# Debian-based distributions
64- curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v2.0.0 /enroot-hardened_2.0.0 -1_amd64.deb
65- curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v2.0.0 /enroot-hardened+caps_2.0.0 -1_amd64.deb # optional
64+ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v2.0.1 /enroot-hardened_2.0.1 -1_amd64.deb
65+ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v2.0.1 /enroot-hardened+caps_2.0.1 -1_amd64.deb # optional
6666sudo apt install -y ./* .deb
6767
6868# RHEL-based distributions
6969sudo yum install -y epel-release # required on some distributions
70- sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v2.0.0 /enroot-hardened-2.0.0 -1.el7.x86_64.rpm
71- sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v2.0.0 /enroot-hardened+caps-2.0.0 -1.el7.x86_64.rpm # optional
70+ sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v2.0.1 /enroot-hardened-2.0.1 -1.el7.x86_64.rpm
71+ sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v2.0.1 /enroot-hardened+caps-2.0.1 -1.el7.x86_64.rpm # optional
7272```
7373
7474## From source
0 commit comments