We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc915fb commit 4cf4d76Copy full SHA for 4cf4d76
install_apptainer_ubuntu.sh
@@ -5,8 +5,6 @@ set -e
5
# see https://github.com/apptainer/singularity/issues/5390#issuecomment-899111181
6
sudo apt-get install alien
7
alien --version
8
-# Switch back to Apptainer >= 1.3.0 to retrigger
9
-# https://github.com/EESSI/software-layer/pull/514
10
epel_subdir="pub/epel/8"
11
apptainer_rpm=$(curl --silent -L https://dl.fedoraproject.org/${epel_subdir}/Everything/x86_64/Packages/a/ | grep 'apptainer-[0-9]' | sed 's/.*\(apptainer[0-9._a-z-]*.rpm\).*/\1/g')
12
curl -OL https://dl.fedoraproject.org/${epel_subdir}/Everything/x86_64/Packages/a/${apptainer_rpm}
0 commit comments