mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
homebrew.sh: remove deprecated git repos
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
b0d637efb8
commit
6d092c88c2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue