fix: keep installer doctor non-interactive

This commit is contained in:
Peter Steinberger
2026-04-08 08:26:58 +01:00
parent b328c66115
commit 928a9e4915
7 changed files with 38 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ else
fi
echo "==> Run official installer one-liner"
curl -fsSL "$INSTALL_URL" | bash
curl -fsSL "$INSTALL_URL" | bash -s -- --no-prompt
echo "==> Verify installed version"
if [[ -n "${OPENCLAW_INSTALL_LATEST_OUT:-}" ]]; then