Tabs to spaces in bootstrap scripts

This commit is contained in:
cmdr2 2022-11-12 12:47:39 +05:30
parent d1c9db874f
commit a7fde73df4
2 changed files with 13 additions and 12 deletions

View File

@ -52,6 +52,7 @@ if [ "$PACKAGES_TO_INSTALL" != "" ]; then
mkdir -p "$MAMBA_ROOT_PREFIX"
curl -L "$MICROMAMBA_DOWNLOAD_URL" | tar -xvj bin/micromamba -O > "$MAMBA_ROOT_PREFIX/micromamba"
if [ "$?" != "0" ]; then
echo
echo "EE micromamba download failed"