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

Add install_mac logic #1527

Merged
merged 3 commits into from
Mar 25, 2018
Merged

Add install_mac logic #1527

merged 3 commits into from
Mar 25, 2018

Conversation

0xmachos
Copy link
Contributor

Addresses part of #1477.

Uses homebrew (brew) to install dependencies.

Checks if homebrew is installed, if not exits.

If homebrew is present runs brew update to get the latest formula then runs brew install ${package}.

Checks if homebrew (brew) is installed then uses it to install the dependencies.

Exits if homebrew is not installed and if homebrew fails to install a package.
@bcoles bcoles self-requested a review March 25, 2018 11:40
@bcoles bcoles self-assigned this Mar 25, 2018
@bcoles bcoles added the Install label Mar 25, 2018
@bcoles
Copy link
Collaborator

bcoles commented Mar 25, 2018

Thanks @0xmachos

Looks good to me.

@bcoles bcoles merged commit 84208e8 into beefproject:master Mar 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants