Skip to content

Ignore 'os-release' IDs with surrounding quotes #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gdw2
Copy link

@gdw2 gdw2 commented Jul 22, 2025

On an ubuntu machine, it shows up like:

ID=ubuntu

But on an almalinux machine (at least on mine), it shows up like:

ID="almalinux"

The additional surrounding quotes are causing it to be unidentified, falling back to ubuntu, and then it tries to "apt-get install" dependencies.

On an ubuntu machine, it shows up like:

ID=ubuntu

But on an almalinux machine, it shows up like:

ID="almalinux"

The additional surrounding quotes are causing it to be unidentified,
falling back to ubuntu, and then it tries to "apt-get install"
dependencies.
@gdw2 gdw2 requested review from mxschmitt and dscho as code owners July 22, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants