Feature Request
I'd like otel-dotnet-auto-install.sh to use wget instead of curl
Is your feature request related to a problem? Please describe.
.net has an alpine runtime image, and I'd prefer to not install any packages to get otel-dotnet-auto-install.sh to complete
Describe the solution you'd like
otel-dotnet-auto-install.sh should be possible to change to wget and in doing so make it zero hassle. that or check which is present and use wget when curl isn't.
Describe alternatives you've considered
right now, I temporarily install curl
Additional context
nope