fix: clarify install switching

This commit is contained in:
Peter Steinberger
2026-04-26 09:46:34 +01:00
parent aad7b678b0
commit 6f50253a4d
6 changed files with 67 additions and 19 deletions

View File

@@ -2667,7 +2667,7 @@ main() {
ui_section "Source install details"
ui_kv "Checkout" "$final_git_dir"
ui_kv "Wrapper" "$HOME/.local/bin/openclaw"
ui_kv "Update command" "openclaw update --restart"
ui_kv "Update command" "openclaw update"
ui_kv "Switch to npm" "curl -fsSL --proto '=https' --tlsv1.2 https://openclaw.ai/install.sh | bash -s -- --install-method npm"
elif [[ "$is_upgrade" == "true" ]]; then
ui_info "Upgrade complete"