Conda fix for update script

This commit is contained in:
Henk 2022-10-23 16:00:18 +02:00
parent 0da404d4f8
commit ea8b50d31e
1 changed files with 2 additions and 0 deletions

View File

@ -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