diff --git a/data/Brewfile b/data/Brewfile index 98a14b2d..c9905d5f 100644 --- a/data/Brewfile +++ b/data/Brewfile @@ -36,6 +36,7 @@ brew "markdownlint-cli" brew "marp-cli" brew "mas" brew "mise" +brew "newrelic-infra-agent", restart_service: true brew "onefetch" brew "pnpm" brew "pre-commit" diff --git a/setup b/setup index ffd4a2f0..d7c1c7f9 100755 --- a/setup +++ b/setup @@ -281,7 +281,7 @@ EOM #==================================================[ Apps ]==================================================# installApps() { - (! isDarwin) && export HOMEBREW_BUNDLE_BREW_SKIP='5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg zackelia/formulae/bclm' + (! isDarwin) && export HOMEBREW_BUNDLE_BREW_SKIP='newrelic-infra-agent 5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg zackelia/formulae/bclm' (gum run "Satisfying Brewfile's dependencies..." -- brew bundle check --file="$data/Brewfile") && skip brew update && brew bundle install --no-lock --file="$data/Brewfile" if (isDarwin); then