Commit c9abc40
fix(install): show download progress — 60MB binary looked frozen (#37)
install.sh downloaded the ~60MB Bun binary with 'curl -fsSL' (silent), so
after 'Installing insta…' it showed nothing for the whole download and read
as a hang (user report). Now --progress-bar to a TTY (quiet when piped
without one), and the message states the size.
Claude-Session: https://claude.ai/code/session_01GMbAe5K1RfwaAcge5inX7P
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent d445b2f commit c9abc40
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
0 commit comments