From 842e7e559eb13ba3eee906ed2f1db2a55782028f Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 8 Nov 2022 10:30:26 +0530 Subject: [PATCH] Update bootstrap.bat --- scripts/bootstrap.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.bat b/scripts/bootstrap.bat index 27004ca2..2b9711d0 100644 --- a/scripts/bootstrap.bat +++ b/scripts/bootstrap.bat @@ -35,7 +35,7 @@ if "%PACKAGES_TO_INSTALL%" NEQ "" ( echo "Downloading micromamba from %MICROMAMBA_DOWNLOAD_URL% to %MAMBA_ROOT_PREFIX%\micromamba.exe" mkdir "%MAMBA_ROOT_PREFIX%" - call curl -L "%MICROMAMBA_DOWNLOAD_URL%" > "%MAMBA_ROOT_PREFIX%\micromamba.exe" + call curl -Lk "%MICROMAMBA_DOWNLOAD_URL%" > "%MAMBA_ROOT_PREFIX%\micromamba.exe" @rem test the mamba binary echo Micromamba version: