This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Update homebrew | |
| CYAN=$(tput setaf 6) | |
| RESET=$(tput sgr0) | |
| echo "${CYAN}Updating homebrew and local base of available packages and versions...${RESET}" | |
| brew update |