Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sha256sum command not available on some platforms #6

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

ItsDrike
Copy link
Owner

@ItsDrike ItsDrike commented Apr 21, 2023

Use openssl sha256, available on all platforms, including macos, instead of sha256sum, which is a part of the core utils, which however aren't installed on macs by default.

Closes #5

@ItsDrike ItsDrike force-pushed the fix-sha256sum-no-available branch from 23aa794 to ed6a9db Compare April 21, 2023 09:25
@ItsDrike ItsDrike force-pushed the fix-sha256sum-no-available branch from ed6a9db to c93b0c3 Compare April 21, 2023 09:34
@ItsDrike ItsDrike merged commit 7860f53 into main Apr 21, 2023
@ItsDrike ItsDrike deleted the fix-sha256sum-no-available branch April 21, 2023 09:39
@ItsDrike ItsDrike added the bug Something isn't working label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.1.3 doesn't work because sha256sum: command not found
1 participant