mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-11 09:16:01 +00:00
feat: opt out of homebrew analytics by default
This commit is contained in:
11
config/scripts/homebrewanalyticsoptout.sh
Normal file
11
config/scripts/homebrewanalyticsoptout.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
# https://docs.brew.sh/Analytics
|
||||
echo "
|
||||
|
||||
HOMEBREW_NO_ANALYTICS=1
|
||||
|
||||
" >> /usr/etc/environment
|
||||
Reference in New Issue
Block a user