Skip to content

Commit 03192ae

Browse files
committed
fix(install): show progress during npm install in non-interactive mode
When running via curl | bash, gum is disabled and run_npm_global_install silently redirects all output to a temp log file. Users see no feedback during the npm install step which can take 60+ seconds. Add ui_info before the silent npm command to match the spinner text shown in the gum branch. Closes #82305 Signed-off-by: Sebastien Tardif <[email protected]>
1 parent d581415 commit 03192ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ run_npm_global_install() {
758758
return $?
759759
fi
760760

761+
ui_info "Installing OpenClaw package"
761762
"${cmd[@]}" >"$log" 2>&1
762763
}
763764

0 commit comments

Comments
 (0)