Skip to content
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

Improve system detection for openSUSE style distributions #723

Merged
merged 2 commits into from
Aug 24, 2023

Commits on Aug 3, 2023

  1. List openSUSE Leap and Tumbleweed explicitly as rpm based distributions

    dpkg-query could be installed which would make it fall back to debian,
    which is however incorrect.
    dirkmueller committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d4e9b47 View commit details
    Browse the repository at this point in the history
  2. Test /etc/os-release first

    On systems lsb_release could be patched to return a "compatible"
    distribution, not the native one. so prefer the modern /etc/os-release
    over lsb_release.
    dirkmueller committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    43fd69d View commit details
    Browse the repository at this point in the history