Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional check for differently named Fedora-based distros (#780)
Bazzite is Fedora-based but fails the `distro.id() == 'fedora'` check because `distro.id()` resolves to "bazzite." I added an additional check to include `distro.like() == 'fedora'` for situations like this. This needs to be formatted as an or statement because plain Fedora resolves `distro.like()` as a null string.
- Loading branch information