mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-05 21:07:08 +01:00
Fix install_requirements.bat
Now properly supports running as admin on partitions that are not the system partition.
This commit is contained in:
parent
8fc5baa94b
commit
85a01c2b7d
@ -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\ (
|
||||
|
Loading…
Reference in New Issue
Block a user