wsl: update symlinks and rebuilt cache
This commit is contained in:
parent
686a8eb8b4
commit
e09346377d
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,6 @@ fltmc >NUL 2>&1 || (
|
||||||
|
|
||||||
ECHO Fix /usr/lib/wsl/lib/libcuda.so.1
|
ECHO Fix /usr/lib/wsl/lib/libcuda.so.1
|
||||||
|
|
||||||
|
|
||||||
ECHO Enter the folder
|
ECHO Enter the folder
|
||||||
CD \Windows\System32\lxss\lib
|
CD \Windows\System32\lxss\lib
|
||||||
|
|
||||||
|
@ -27,5 +26,8 @@ for %%i in (!files!) do (
|
||||||
MKLINK %%i libcuda.so.1.1
|
MKLINK %%i libcuda.so.1.1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
:: Update symlinks and rebuild the cache
|
||||||
|
bash -c "sudo ldconfig && echo 'Updated symbolic links and rebuilt cache'"
|
||||||
|
|
||||||
PAUSE
|
PAUSE
|
||||||
EXIT /B
|
EXIT /B
|
||||||
|
|
Loading…
Reference in a new issue