-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://link.medium.com/7FX39EkUH9
# Check for Homebrew to be present, install if it's missing
if test ! $(which brew); then
echo "Installing homebrew..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels