Commit 021cb46
bcode
fix(installation): point upgrade failures at the actual one-liner
Both UpgradeFailedError raise-sites now show:
curl -fsSL https://bcode.sh/install | bash
For the non-curl method path: replaces the prose hint with the runnable
command.
For the curl path that exited non-zero: keeps the install script's own
stderr (useful diagnostic) and appends the one-liner as a fallback hint.1 parent 2015fba commit 021cb46
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
174 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
0 commit comments