Skip to content

fix: verify release tarball checksum before sudo install in README - #349

Merged
MaximeGaudin merged 1 commit into
mainfrom
fix/issue-180-readme-checksum
Aug 29, 2026
Merged

fix: verify release tarball checksum before sudo install in README#349
MaximeGaudin merged 1 commit into
mainfrom
fix/issue-180-readme-checksum

Conversation

@MaximeGaudin

Copy link
Copy Markdown
Owner

Summary

Depends on #336 (publish <artifact>.sha256 release assets) — the verification steps reference those assets.

Fixes #180

Test plan

  • Reproduced the documented flow locally: generated a <file>.sha256 with the exact command the release workflow uses (sha256sum file > file.sha256) and confirmed both shasum -a 256 -c and sha256sum -c report OK against it.
  • Docs-only change; no CI jobs beyond markdown linting apply.
  • CI green on the PR

@MaximeGaudin
MaximeGaudin merged commit f863692 into main Aug 29, 2026
8 checks passed
@MaximeGaudin
MaximeGaudin deleted the fix/issue-180-readme-checksum branch August 29, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README install command pipes an unverified download into sudo tar

1 participant