diff --git a/public/docs/admin/main/installation.html b/public/docs/admin/main/installation.html index 144d549c..115f869c 100644 --- a/public/docs/admin/main/installation.html +++ b/public/docs/admin/main/installation.html @@ -138,7 +138,7 @@
This section will guide you through the process of installing -Apptainer 1.3.4 via several different methods. (For +Apptainer 1.3.5 via several different methods. (For instructions on installing earlier versions of Apptainer please see earlier versions of the docs.)
$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer-1.3.4-1.x86_64.rpm
+$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.5/apptainer-1.3.5-1.x86_64.rpm
For the setuid installation do above command first and then this one:
-$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer-suid-1.3.4-1.x86_64.rpm
+$ sudo dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.3.5/apptainer-suid-1.3.5-1.x86_64.rpm
@@ -434,13 +434,13 @@ Install Debian packages$ sudo apt update
$ sudo apt install -y wget
$ cd /tmp
-$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.4/apptainer_1.3.4_amd64.deb
-$ sudo apt install -y ./apptainer_1.3.4_amd64.deb
+$ wget https://github.com/apptainer/apptainer/releases/download/v1.3.5/apptainer_1.3.5_amd64.deb
+$ sudo apt install -y ./apptainer_1.3.5_amd64.deb
For the setuid installation do above commands first and then these:
-