We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d637e commit 6d092c8Copy full SHA for 6d092c8
homebrew.sh
@@ -22,7 +22,7 @@ function update_homebrew_git() {
22
}
23
24
UPSTREAM_BASE=${TUNASYNC_UPSTREAM_URL:-"https://github.com/Homebrew"}
25
-brews=("brew" "homebrew-core" "homebrew-cask" "homebrew-cask-fonts" "homebrew-cask-drivers" "homebrew-cask-versions" "install" "homebrew-command-not-found" "homebrew-services")
+brews=("brew" "homebrew-core" "homebrew-cask" "install" "homebrew-command-not-found" "homebrew-services")
26
total_size=0
27
28
for brew in ${brews[@]}; do
0 commit comments