Commit 938f9e3
fix(installer): default install dir to ~/rune-vault for all platforms (#57)
On macOS, Docker Desktop with VirtioFS cannot mount bind volumes under
/opt/ because VirtioFS only shares paths within the user's home directory.
Unify the default install directory to $HOME/rune-vault, consistent with
CSP deployments which already use $HOME-based paths. Also fix install-dev.sh
to resolve the invoking user's home under sudo instead of root's home.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5cef6c3 commit 938f9e3
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments