mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
Merge pull request #361 from ParisNeo/ParisNeo-patch-21
Update win_install.bat
This commit is contained in:
commit
f0e3bd6224
@ -122,13 +122,13 @@ call python -m pip install -r requirements.txt --upgrade
|
|||||||
if exist ..\win_run.bat (
|
if exist ..\win_run.bat (
|
||||||
echo Win run found
|
echo Win run found
|
||||||
) else (
|
) else (
|
||||||
copy win_run.bat ..\
|
copy scripts/win_run.bat ..\
|
||||||
)
|
)
|
||||||
|
|
||||||
if exist ..\win_update.bat (
|
if exist ..\win_update.bat (
|
||||||
echo Win update found
|
echo Win update found
|
||||||
) else (
|
) else (
|
||||||
copy win_update.bat ..\
|
copy scripts/win_update.bat ..\
|
||||||
)
|
)
|
||||||
|
|
||||||
setlocal enabledelayedexpansion
|
setlocal enabledelayedexpansion
|
||||||
@ -192,4 +192,4 @@ rem Clean up the downloaded installer
|
|||||||
del "%outputFile%"
|
del "%outputFile%"
|
||||||
|
|
||||||
echo Installation complete.
|
echo Installation complete.
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue
Block a user