From f965470f92fb12c6e6ebc351247d112ce22a18c2 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Fri, 21 Feb 2020 21:54:10 +0800 Subject: [PATCH] Update Homebrew taps --- homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew.sh b/homebrew.sh index c97cef5..b303966 100755 --- a/homebrew.sh +++ b/homebrew.sh @@ -14,7 +14,7 @@ function update_homebrew_git() { echo "==== SYNC $repo_dir DONE ====" } -brews=("brew" "homebrew-core" "homebrew-python" "homebrew-science" "homebrew-cask") +brews=("brew" "homebrew-core" "homebrew-cask" "homebrew-cask-fonts" "homebrew-cask-drivers" "linuxbrew-core") for brew in ${brews[@]}; do if [[ ! -d "$TUNASYNC_WORKING_DIR/${brew}.git" ]]; then