Skip to content

Commit 6d092c8

Browse files
committed
homebrew.sh: remove deprecated git repos
Signed-off-by: Shengqi Chen <[email protected]>
1 parent b0d637e commit 6d092c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homebrew.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function update_homebrew_git() {
2222
}
2323

2424
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")
25+
brews=("brew" "homebrew-core" "homebrew-cask" "install" "homebrew-command-not-found" "homebrew-services")
2626
total_size=0
2727

2828
for brew in ${brews[@]}; do

0 commit comments

Comments
 (0)