From c87ac7644842619bd5e6e48e73753d6f8e17de15 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 19 Feb 2024 09:08:45 +0100 Subject: [PATCH] Update win_install_openai.bat --- scripts/windows/win_install_openai.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/win_install_openai.bat b/scripts/windows/win_install_openai.bat index f5c0e266..b1c6c5c5 100644 --- a/scripts/windows/win_install_openai.bat +++ b/scripts/windows/win_install_openai.bat @@ -55,7 +55,7 @@ set "PACKAGES_TO_INSTALL=python=3.11 git pip" if not exist "%MINICONDA_DIR%\Scripts\conda.exe" ( @rem download miniconda echo Downloading Miniconda installer from %MINICONDA_DOWNLOAD_URL% - call curl -LOk "%MINICONDA_DOWNLOAD_URL%" + call curl -LO "%MINICONDA_DOWNLOAD_URL%" @rem install miniconda echo. && echo Installing Miniconda To "%MINICONDA_DIR%" && echo Please Wait... && echo.