Fix sha256 verification in Basefile install task #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-sha256-verify"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The install task was downloading the binary directly to /usr/local/bin/books, so sha256sum -c (which looks up filenames listed in the manifest) couldn't find a match and exited 1. Download to the versioned name first, verify, then install.