diff --git a/installer/install.sh b/installer/install.sh index a6fa268b95..68784f101a 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -91,7 +91,7 @@ if [ "$PACKAGES_TO_INSTALL" != "" ]; then # download micromamba echo -e "\n***** Downloading micromamba from $MICROMAMBA_DOWNLOAD_URL to micromamba *****\n" - curl -L "$MICROMAMBA_DOWNLOAD_URL" | tar -xvj bin/micromamba -O > micromamba + curl -L "$MICROMAMBA_DOWNLOAD_URL" | tar -xvjO bin/micromamba > micromamba chmod u+x "micromamba"