Commit ca533d5
fix: remove sudo from dependency installer invocation
The installer binary handles sudo internally for dependencies that require
it (OpenTofu, Ansible, LXD). Running the entire binary with sudo causes
cargo-machete installation to fail because cargo is not in sudo's PATH.
cargo-machete is installed via 'cargo install' and doesn't need sudo.
Co-authored-by: josecelano <58816+josecelano@users.noreply.github.com>1 parent fdae848 commit ca533d5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments