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: use alias for shasum if sha1sum is found instead #60

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

micahthomas
Copy link
Contributor

Some Linux distributions might have sha1sum in the path but shasum might be missing.
This will create an alias for shasum to fallback to sha1sum if available.

Should close #57

Some linux distributions might have sha1sum command available
but shasum might be missing. This will create an alias for shasum
to use sha1sum if available.
@knopp
Copy link
Contributor

knopp commented Feb 8, 2024

Thanks!

@knopp knopp merged commit dd10277 into irondash:main Feb 8, 2024
10 checks passed
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.

shasum: command not found
2 participants