We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To solve these kinds of issues, I would suggest matching on ID_LIKE instead of ID or NAME. No worries if you have reasons counter to that, though! :D
ID_LIKE
ID
NAME
barrett@fedora ~> cat /etc/os-release NAME="Fedora Linux Asahi Remix" VERSION="40 (Workstation Edition)" ID=fedora-asahi-remix ID_LIKE=fedora VERSION_ID=40 VERSION_CODENAME="" PLATFORM_ID="platform:f40" PRETTY_NAME="Fedora Linux Asahi Remix 40 (Workstation Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora-asahi-remix:40" DEFAULT_HOSTNAME="fedora" HOME_URL="https://fedora-asahi-remix.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/" SUPPORT_URL="https://discussion.fedoraproject.org/c/neighbors/asahi/asahi-help/94" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=40 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=40 VARIANT="Workstation Edition" VARIANT_ID=workstation barrett@fedora ~>
The text was updated successfully, but these errors were encountered:
whoops, someone else already reported this in #91
Sorry, something went wrong.
No branches or pull requests
To solve these kinds of issues, I would suggest matching on
ID_LIKE
instead ofID
orNAME
. No worries if you have reasons counter to that, though! :DThe text was updated successfully, but these errors were encountered: