apptainer installation script fixed

This commit is contained in:
Nicolas 2023-06-28 14:41:08 +00:00
parent ce2ab16a07
commit 0af027fbf7
1 changed files with 9 additions and 2 deletions

View File

@ -18,6 +18,13 @@ tar -xzf apptainer-${VERSION}.tar.gz
cd apptainer-${VERSION} cd apptainer-${VERSION}
./mconfig ./mconfig
make -C ./apptainer-${VERSION}/builddir
make -C ./apptainer-${VERSION}/builddir install cd builddir
echo "compile apptainer..."
make
echo "install apptainer..."
make install
echo "Install successfully finished"