Commit a0b2476
committed
fix: make install script exit on missing checksum tool
Previously the installer would skip verification with a warning if
neither sha256sum nor shasum was available. Now it exits with an
error, preventing installation of unverified binaries.
Closes #731 parent f61e7ba commit a0b2476
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments