Commit 36a09e9
fix(install): use shelltime org URLs and install daemon binary correctly (#9)
- Point CLI download at github.com/shelltime/cli (was legacy malamtime/cli,
which no longer resolves). Manual-install flow was 404-ing on every platform.
- Point shell hook downloads at github.com/shelltime/installation (was
malamtime/installation). Hooks for zsh/bash/fish failed to fetch for both
manual and Homebrew paths.
- Install shelltime-daemon to ~/.shelltime/bin/shelltime-daemon instead of
renaming the freshly extracted binary to .bak, so `shelltime daemon
reinstall` can find it.
Co-authored-by: Claude <noreply@anthropic.com>1 parent c5776cb commit 36a09e9
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 146 | + | |
150 | 147 | | |
151 | 148 | | |
152 | 149 | | |
| |||
268 | 265 | | |
269 | 266 | | |
270 | 267 | | |
271 | | - | |
| 268 | + | |
272 | 269 | | |
273 | 270 | | |
274 | | - | |
| 271 | + | |
275 | 272 | | |
276 | 273 | | |
277 | 274 | | |
278 | | - | |
| 275 | + | |
279 | 276 | | |
280 | 277 | | |
281 | 278 | | |
| |||
0 commit comments