Add homebrew-command-not-found

Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
Harry Chen 2021-08-10 17:19:17 +08:00
parent eadb8d611d
commit b26e66f3f7
No known key found for this signature in database
GPG Key ID: 9F98D3E7C18D0378

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" "homebrew-cask-versions" "linuxbrew-core" "install") brews=("brew" "homebrew-core" "homebrew-cask" "homebrew-cask-fonts" "homebrew-cask-drivers" "homebrew-cask-versions" "linuxbrew-core" "install" "homebrew-command-not-found")
total_size=0 total_size=0
for brew in ${brews[@]}; do for brew in ${brews[@]}; do