From 6d092c88c26d73303df5cfab5cebf0720fab9dbf Mon Sep 17 00:00:00 2001 From: Shengqi Chen Date: Tue, 27 Aug 2024 17:06:49 +0800 Subject: [PATCH] homebrew.sh: remove deprecated git repos Signed-off-by: Shengqi Chen --- homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew.sh b/homebrew.sh index 048f4b7..ec45844 100755 --- a/homebrew.sh +++ b/homebrew.sh @@ -22,7 +22,7 @@ function update_homebrew_git() { } UPSTREAM_BASE=${TUNASYNC_UPSTREAM_URL:-"https://github.com/Homebrew"} -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") total_size=0 for brew in ${brews[@]}; do