This commit is contained in:
2026-03-12 12:10:11 +08:00
commit ce2e1b94e7
54 changed files with 5164 additions and 0 deletions

13
bootstrap_q8.bat Normal file
View File

@@ -0,0 +1,13 @@
@echo off
setlocal
set SCRIPT_DIR=%~dp0
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%install_q8.ps1" %*
if errorlevel 1 (
echo.
echo [bootstrap_q8] Q8 install failed.
exit /b 1
)
echo.
echo [bootstrap_q8] Q8 install started or completed.
echo [bootstrap_q8] Start command: .\start_8080_toolhub_stack.cmd start
exit /b 0