Skip to content

Commit

Permalink
adding homebrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 22, 2023
1 parent 732c86c commit b5deaed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ elif [[ $BOOTSTRAP_OS == "macos" ]]; then
echo -e "${CHECK_MARK} ${GREEN}Operating system is macOS!${NC}"
if ! command -v brew &>/dev/null; then
echo -e "${ARROW} ${CYAN}Installing Homebrew...${NC}"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2>&1 > /dev/null
echo -e "${ARROW} ${GREEN}Homebrew installed!${NC}"
fi
# Install Ansible
if ! brew list ansible &>/dev/null; then
Expand Down

0 comments on commit b5deaed

Please sign in to comment.