Commit 7820d6d
fix(installer): run shell, dotfiles, and macos steps in custom config installs
Custom config installs (openboot -u <user>) were only installing packages
and then returning early with a misleading message. Shell setup, dotfiles
cloning, and macOS preferences were never applied.
- Add DotfilesURL field to Config to carry RemoteConfig.DotfilesRepo
into the dotfiles step without relying on env var side effects
- stepDotfiles now falls back to cfg.DotfilesURL when OPENBOOT_DOTFILES
is not set, so dotfiles_repo in remote configs is respected
- runCustomInstall now calls stepShell, stepDotfiles, and stepMacOS with
soft-error aggregation matching runInteractiveInstall behaviour
- npm errors are now collected into softErrs instead of being silently
dropped after printing
Fixes #3
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>1 parent e6893d1 commit 7820d6d
2 files changed
Lines changed: 35 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
138 | 162 | | |
139 | | - | |
| 163 | + | |
140 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
141 | 171 | | |
142 | 172 | | |
143 | 173 | | |
| |||
498 | 528 | | |
499 | 529 | | |
500 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
501 | 534 | | |
502 | 535 | | |
503 | 536 | | |
| |||
0 commit comments