Ubuntu 安装向导跳过 Provider 选择:用版本回退恢复可配置 onboarding
问题/场景:在 Ubuntu(22.04/24.04)执行安装脚本时,Provider 选择被跳过并默认 anthropic,导致 onboarding 无法完成。前置条件:全新安装或重装环境。实施步骤:复现问题、回退到社区确认可用版本 2026.2.12、再走完整 onboarding。关键命令:`curl -fsSL https://openclaw.ai/install.sh | bash`。验证:向导出现 Provider 选择并能输入 API key。风险:旧版本可能缺少后续修复,完成初始化后需评估升级窗口。
GITHUBDiscovered 2026-02-16Author DylanBarber
Prerequisites
- Target host is Ubuntu 22.04/24.04 and installation is done via official install script.
- You can reinstall or pin a specific OpenClaw version temporarily.
Steps
- Run the install script on Ubuntu and confirm Provider selection is skipped in onboarding.
- Pin to v2026.2.12 (reported as working in thread) and restart onboarding flow.
- Complete provider/API key setup and ensure gateway becomes connectable.
- After initial setup success, plan controlled upgrade and re-test provider step behavior.
Commands
curl -fsSL https://openclaw.ai/install.sh | bashopenclaw gateway statusopenclaw statusVerify
Onboarding presents provider selection, accepts API key input, and Web UI can connect after setup.
Caveats
- Thread confirms workaround via downgrade comments, but exact one-liner for version pin depends on installer path(需验证).
- Hyper-V/LXC environment differences can influence onboarding TUI behavior.
Source attribution
This tip is aggregated from community/public sources and preserved with attribution.
Open original source ↗