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

Dependency workaround for FreeBSD/macOS systems #141

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Soneoylys
Copy link

Use ggrep as grep for BSD systems

This should resolve "command 'grep' function is incomplete, please install the full version first." as BSD systems use ggrep for GNU grep

Use md5 -r as md5sum for macOS systems

This should resolve conflicts while installing "md5sha1sum" and "coreutils" together via brew, as they both providing "md5sum" binary, none of them are required now

@Soneoylys
Copy link
Author

should fix #140, tested on macOS Ventura & macOS Sonoma

@betaxab
Copy link
Contributor

betaxab commented Aug 1, 2024

用变量不太好,要不然改成 function?

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.

2 participants