Make the micromamba binary executable after download on linux

This commit is contained in:
cmdr2 2022-10-23 10:38:01 +05:30
parent 6f3c662783
commit 1a2f37b0ec

View File

@ -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