Skip to content

Commit

Permalink
homebrew: add homebrew-services
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithalHourlyRate committed Apr 8, 2023
1 parent 58ac1ab commit 40c1711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" "install" "homebrew-command-not-found")
brews=("brew" "homebrew-core" "homebrew-cask" "homebrew-cask-fonts" "homebrew-cask-drivers" "homebrew-cask-versions" "install" "homebrew-command-not-found" "homebrew-services")
total_size=0

for brew in ${brews[@]}; do
Expand Down

0 comments on commit 40c1711

Please sign in to comment.