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