3 lines
76 B
Text
3 lines
76 B
Text
|
#!/bin/bash
|
||
|
DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||
|
export DOTNET_CLI_TELEMETRY_OPTOUT
|