Commit c35b84a
committed
docs(install): scope --yes-i-accept-third-party-software help to its actual effect
CodeRabbit flagged the "(works in any mode)" parenthetical as
overpromising: the flag clears the third-party notice in any mode, but
run_onboard() still requires NON_INTERACTIVE=1 for headless onboarding.
The base description "Accept the third-party software notice without
prompting" already states what the flag does without overstating scope.
Updated both copies — install.sh:110 and scripts/install.sh:487.
Signed-off-by: latenighthackathon <latenighthackathon@users.noreply.github.com>1 parent df389bb commit c35b84a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments