apptainer installation script fixed
This commit is contained in:
parent
ce2ab16a07
commit
0af027fbf7
|
@ -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"
|
Loading…
Reference in New Issue