mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix install_requirements.bat
Now properly supports running as admin on partitions that are not the system partition.
This commit is contained in:
@@ -12,6 +12,7 @@ echo.
|
||||
SET /P B=Type the number of the desired option and then press ENTER:
|
||||
|
||||
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "LongPathsEnabled" /t REG_DWORD /d "1" /f 2>nul
|
||||
%~d0
|
||||
cd %~dp0
|
||||
|
||||
if exist miniconda3\ (
|
||||
|
Reference in New Issue
Block a user