wsl: update symlinks and rebuilt cache

This commit is contained in:
Mylloon 2023-04-23 12:35:21 +02:00
parent 686a8eb8b4
commit e09346377d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -11,7 +11,6 @@ fltmc >NUL 2>&1 || (
ECHO Fix /usr/lib/wsl/lib/libcuda.so.1
ECHO Enter the folder
CD \Windows\System32\lxss\lib
@ -27,5 +26,8 @@ for %%i in (!files!) do (
MKLINK %%i libcuda.so.1.1
)
:: Update symlinks and rebuild the cache
bash -c "sudo ldconfig && echo 'Updated symbolic links and rebuilt cache'"
PAUSE
EXIT /B