Skip to content

Commit

Permalink
fiuxed
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Oct 7, 2024
1 parent 709125a commit 57a3a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/lollms_installer_V12.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if %USE_MASTER%==1 (
) else (
REM Download LollmsEnv installer
echo Downloading LollmsEnv installer...
powershell -Command "Invoke-WebRequest -Uri 'https://github.com/ParisNeo/LollmsEnv/releases/download/V1.3.0/lollmsenv_installer.bat' -OutFile 'lollmsenv_installer.bat'"
powershell -Command "Invoke-WebRequest -Uri 'https://github.com/ParisNeo/LollmsEnv/releases/download/V1.3.2/lollmsenv_installer.bat' -OutFile 'lollmsenv_installer.bat'"
REM Install LollmsEnv
echo --- Installing lollmsenv
call lollmsenv_installer.bat --dir "%LOLLMSENV_DIR%" -y
Expand Down

0 comments on commit 57a3a7b

Please sign in to comment.