mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-21 01:53:31 +00:00
255c33fa3e
Add install-mac.sh (downloads the Apple Silicon binary, verifies SHA-256, clears the macOS quarantine attr, prints the move-to-PATH command) and install-windows.ps1 (downloads the .exe, verifies SHA-256, prints the move-to-PATH command). Both write to a predictable filename (buckit / buckit.exe) and use the same atomic temp-then-move + checksum-gate flow as install-linux.sh. Publish both to gh-pages in the release workflow, and point install-linux.sh's non-Linux error at the new scripts.