Description
What Happened?
Quite a lot of install scripts of popular software / developer tools fail when running them on elementaryOS
For example, when installing the Azure CLI package repository with the script provided by Microsoft, this ends up in the apt source definition
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
cat /etc/apt/sources.list.d/azure-cli.sources
Types: deb
URIs: https://packages.microsoft.com/repos/azure-cli/
Suites: jammy
Components: main
Architectures: amd64
Signed-by: /etc/apt/keyrings/microsoft.gpg
When running apt update, this of course does not work for this repository as the package is only provided for the Ubuntu release name jammy
etc.
Same for curl https://get.docker.com | sudo sh
Steps to Reproduce
Run the installation script as shown above
Expected Behavior
The point where most of the scripts pull their release name info from should contain the release name of the underlying Ubuntu distribution rather than the elementaryOS release name
I don't know what implications this would have for other aspects but if it is feasible, the current behavior of elementaryOS in this regard should be changed
Host OS
ElementaryOS
Image Version
7.1, 8.0
Hardware Platform
64-bit AMD/Intel (x86)
Log Output
n.a.
Hardware Info
No response