This commit is contained in:
carlospolop 2021-12-20 05:05:02 -05:00
parent 0a974bbbc9
commit b65b24e20c

View File

@ -112,7 +112,7 @@ if [ "$(command -v perl 2>/dev/null)" ]; then
echo ""
fi
if [ "$(command -v brew 2>/dev/null)" ]; then
if [ "$MACPEAS" ] && [ "$(command -v brew 2>/dev/null)" ]; then
print_2title "Brew Doctor Suggestions"
brew doctor
echo ""