mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +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 ===="
|
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
|
for brew in ${brews[@]}; do
|
||||||
if [[ ! -d "$TUNASYNC_WORKING_DIR/${brew}.git" ]]; then
|
if [[ ! -d "$TUNASYNC_WORKING_DIR/${brew}.git" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user