Update lollmsenv_installer.bat

This commit is contained in:
Saifeddine ALOUI 2024-10-08 10:21:35 +02:00 committed by GitHub
parent ca0a24d9c7
commit 4436ae4055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
@echo off
setlocal enabledelayedexpansion
:: Version number
set VERSION=1.3.2
set VERSION=1.3.3
set USE_MASTER=false
:: Check for --use-master option
@ -27,7 +27,6 @@ if "%USE_MASTER%"=="true" (
echo Downloading LollmsEnv version %VERSION%...
echo !RELEASE_URL!
echo '%TEMP_DIR%'
pause
powershell -Command "Invoke-WebRequest -Uri '!RELEASE_URL!' -OutFile '%TEMP_DIR%\lollmsenv.zip'"
if %errorlevel% neq 0 (
echo Error downloading LollmsEnv: %errorlevel%