You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install): prefer shasum on macOS to avoid BSD sha256sum incompatibility
BSD sha256sum on macOS does not support --check/--status flags (GNU only).
Use $OS (already set by detect_platform) to prefer shasum -a 256 on darwin,
falling back to sha256sum on Linux and shasum as a final fallback.
Fixes#33
0 commit comments