mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-18 19:22:44 +00:00
add homebrew-cask
This commit is contained in:
parent
c491f5a7c2
commit
3f882b570b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user