Commit Graph

5 Commits

Author SHA1 Message Date
Rick Mu
cde26a8f7f Fix: pause on error instead of closing PowerShell window
Replace exit 1 with Read-Host + return so users can read
the error message before the window closes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:53:35 +11:00
Rick Mu
68c1bee826 Rewrite Windows scripts: drop WSL, run natively
- install-windows.ps1: install Node.js via winget/choco (fallback
  to nodejs.cn manual download), then npm install openclaw. No WSL.
- configure-aws-bedrock.ps1: full native PowerShell port with
  SecureString input, user-level env vars, config backup.
- README: update Windows instructions to reflect native install.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:49:49 +11:00
Rick Mu
5bbd17885a 更新脚本标题:OpenClaw 一键部署安装器
从"OpenClaw + MiniMax 安装器"改为"OpenClaw 一键部署安装器",
因为脚本支持多种模型提供商,不限于 MiniMax。

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:11:19 +11:00
Rick Mu
45f3c0f66b 修复:curl | bash 时交互式提示无法工作的问题
添加 < /dev/tty 重定向 stdin 到终端,使 openclaw onboard
的交互式提示在通过 curl | bash 运行时也能正常工作。

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:07:29 +11:00
Rick Mu
11e8a6b66c Initial commit: OpenClaw 龙虾AI 一键部署脚本 2026-02-13 13:31:07 +11:00