From 3f882b570ba0f430f03db0279678951a14445b0c Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Sat, 3 Aug 2019 09:53:18 +0800 Subject: [PATCH] add homebrew-cask --- homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew.sh b/homebrew.sh index d195977..c97cef5 100755 --- a/homebrew.sh +++ b/homebrew.sh @@ -14,7 +14,7 @@ function update_homebrew_git() { echo "==== SYNC $repo_dir DONE ====" } -brews=("brew" "homebrew-core" "homebrew-python" "homebrew-science") +brews=("brew" "homebrew-core" "homebrew-python" "homebrew-science" "homebrew-cask") for brew in ${brews[@]}; do if [[ ! -d "$TUNASYNC_WORKING_DIR/${brew}.git" ]]; then