diff --git a/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh b/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh index 8b24e93..b1c3a4f 100644 --- a/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh +++ b/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh @@ -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