Commit 161bb5d
The shell-based setup-wizard.sh was migrated to TypeScript
(packages/cli/src/setup-wizard.ts) but two references were left behind:
- scripts/remote-install.sh: chmod on non-existent lib/setup-wizard.sh
caused first-time installs to fail
- lib/daemon.sh: called the removed shell script instead of the Node.js
replacement when no configuration is found
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e4b3ec commit 161bb5d
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
| |||
0 commit comments