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

Switches from md5sum to openssl md5 #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Switches from md5sum to openssl md5 #8

wants to merge 5 commits into from

Conversation

grigutis
Copy link

This should fix #7.

thanks to Atom
To support macOS which doesn't have md5sum.
@BigAndini
Copy link
Contributor

I'd like to look into it, because on linux openssl is not installed per default. Therefore a switch to use md5sum if exists and if not fall back to openssl is a great idea, thanks.

@grigutis
Copy link
Author

You're welcome. openssl is already being used here, so I thought it would be safe to make the assumption that it would be already installed.

-r isn't available in macOS sed, -E is
Not available in macOS
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.

md5sum not available by default on macOS
2 participants