mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-21 05:13:10 +00:00
Bug fix in install.bat
There were a . that should be changed to (
This commit is contained in:
parent
65594b1010
commit
70c076f180
@ -71,7 +71,7 @@ if %errorlevel% neq 0 (
|
||||
REM Install pip
|
||||
echo Installing pip...
|
||||
python tmp/get-pip.py
|
||||
) else .
|
||||
) else (
|
||||
echo Please install pip and try again.
|
||||
pause
|
||||
exit /b 1
|
||||
|
Loading…
Reference in New Issue
Block a user