NETO_AI / update_wizard_wsl.bat
Applesam4's picture
Upload 33 files
d8ee079 verified
raw
history blame contribute delete
No virus
292 Bytes
@echo off
cd /D "%~dp0"
set PATH=%PATH%;%SystemRoot%\system32
@rem sed -i 's/\x0D$//' ./wsl.sh converts newlines to unix format in the wsl script calling wsl.sh with 'update' will run updater
call wsl -e bash -lic "sed -i 's/\x0D$//' ./wsl.sh; source ./wsl.sh update-wizard"
:end
pause