From b26e66f3f710c34fbb028b235d233d807734a42c Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Tue, 10 Aug 2021 17:19:17 +0800 Subject: [PATCH] Add homebrew-command-not-found Signed-off-by: Harry Chen --- homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew.sh b/homebrew.sh index 441a9b1..d4104e5 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" "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 for brew in ${brews[@]}; do