diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index da39f4c5..8b556aa4 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -46,6 +46,8 @@ if [ "$PACKAGES_TO_INSTALL" != "" ]; then mkdir -p "$MAMBA_ROOT_PREFIX" curl -L "$MICROMAMBA_DOWNLOAD_URL" | tar -xvj "$MAMBA_ROOT_PREFIX/micromamba" + chmod u+x "$MAMBA_ROOT_PREFIX/micromamba" + # test the mamba binary echo "Micromamba version:" "$MAMBA_ROOT_PREFIX/micromamba" --version