Add install.git to homebrew

Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
Harry Chen 2020-12-02 19:16:03 +08:00
parent 96e96dc76f
commit c39a9f5f69

View File

@ -22,7 +22,7 @@ function update_homebrew_git() {
} }
UPSTREAM_BASE=${TUNASYNC_UPSTREAM_URL:-"https://github.com/Homebrew"} UPSTREAM_BASE=${TUNASYNC_UPSTREAM_URL:-"https://github.com/Homebrew"}
brews=("brew" "homebrew-core" "homebrew-cask" "homebrew-cask-fonts" "homebrew-cask-drivers" "linuxbrew-core") brews=("brew" "homebrew-core" "homebrew-cask" "homebrew-cask-fonts" "homebrew-cask-drivers" "linuxbrew-core" "install")
total_size=0 total_size=0
for brew in ${brews[@]}; do for brew in ${brews[@]}; do