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