I would love to have an installation script for Windows and Linux that does not rely on having internet connectivity.
I'm currently deploying the Sumo OTel collector to Windows and Linux EC2 instances which send data to Sumo Logic via an AWS Private Link connection.
The EC2 instances I am deploying to do not have connectivity to the internet, so the default install.sh and install.ps1 do not work for me (as they heavily rely on access to GitHub).
It would be great for the installation scripts to have an optional parameter --offline <path to binary> (or similar) that will instruct the installation script to simply install OTel collector with the provided binary and not reach out to GitHub.