From 0af027fbf73316885593cca3461c09c168c8c042 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 28 Jun 2023 14:41:08 +0000 Subject: [PATCH] apptainer installation script fixed --- setup_apps_apptainer.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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