Update Homebrew taps

This commit is contained in:
Yuxiang Zhang 2020-02-21 21:54:10 +08:00 committed by GitHub
parent e94346d82c
commit f965470f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ function update_homebrew_git() {
echo "==== SYNC $repo_dir DONE ====" 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 for brew in ${brews[@]}; do
if [[ ! -d "$TUNASYNC_WORKING_DIR/${brew}.git" ]]; then if [[ ! -d "$TUNASYNC_WORKING_DIR/${brew}.git" ]]; then