Conda fix for update script
This commit is contained in:
parent
0da404d4f8
commit
ea8b50d31e
|
@ -1,5 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
|
SET CONDA_SHLVL=
|
||||||
|
|
||||||
TITLE KoboldAI - Updater
|
TITLE KoboldAI - Updater
|
||||||
SET /P M=<loader.settings
|
SET /P M=<loader.settings
|
||||||
IF %M%==1 GOTO drivemap
|
IF %M%==1 GOTO drivemap
|
||||||
|
|
Loading…
Reference in New Issue