mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-11 17:26:04 +00:00
feat: opt out of homebrew analytics by default
This commit is contained in:
@@ -3,3 +3,4 @@ scripts:
|
||||
- authselect.sh
|
||||
- setfilepermissions.sh
|
||||
- disablesealertpopups.sh
|
||||
- homebrewanalyticsoptout.sh
|
||||
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