diff --git a/setup_apps_apptainer.sh b/setup_apps_apptainer.sh index c2fe6f5..21cd141 100644 --- a/setup_apps_apptainer.sh +++ b/setup_apps_apptainer.sh @@ -18,6 +18,13 @@ tar -xzf apptainer-${VERSION}.tar.gz cd apptainer-${VERSION} ./mconfig -make -C ./apptainer-${VERSION}/builddir -make -C ./apptainer-${VERSION}/builddir install \ No newline at end of file +cd builddir + +echo "compile apptainer..." +make + +echo "install apptainer..." +make install + +echo "Install successfully finished" \ No newline at end of file