File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
skills/detection/yolo-detection-2026-coral-tpu Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ if exist "%SKILL_DIR%driver\UsbDk_1.0.22_x64.msi" (
104104 set " TMP_DIR = %TEMP% \coral_drv_%RANDOM% "
105105 mkdir " %TMP_DIR% "
106106 echo @echo off > " %TMP_DIR% \install_coral_driver.bat"
107- echo msiexec /i " %SKILL_DIR% driver\UsbDk_1.0.22_x64.msi" /qn /norestart >> " %TMP_DIR% \install_coral_driver.bat"
107+ echo start /wait " " msiexec /i " %SKILL_DIR% driver\UsbDk_1.0.22_x64.msi" /qn /norestart >> " %TMP_DIR% \install_coral_driver.bat"
108108
109109 echo %LOG_PREFIX% Prompting for Administrator rights to install Coral UsbDk driver... 1 >& 2
110110 echo {" event" : " progress" , " stage" : " platform" , " message" : " A UAC prompt will appear. Approve it to install the Coral USB driver (UsbDk)." }
You can’t perform that action at this time.
0 commit comments