Update 'custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh'
remove gcloud spyware optout on each and every shell invocation (moved it to install-time)
This commit is contained in:
parent
3eee519599
commit
c17f016d68
@ -8,7 +8,3 @@ export STNOUPGRADE=1
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
export SAM_CLI_TELEMETRY=0
|
||||
export AZURE_CORE_COLLECT_TELEMETRY=0
|
||||
|
||||
if command -v gcloud >/dev/null 2>&1 >/dev/null ; then
|
||||
gcloud config set disable_usage_reporting true >/dev/null 2>&1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user