add homebrew-cask

This commit is contained in:
Yuxiang Zhang 2019-08-03 09:53:18 +08:00 committed by GitHub
parent c491f5a7c2
commit 3f882b570b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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