1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00
Files
kcc/kindlecomicconverter
termdisc ae475e709a 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.
2024-12-13 14:08:40 -08:00
..
2024-11-11 15:52:29 -08:00
2024-12-13 10:13:18 -08:00
2024-12-13 14:08:08 -08:00
2024-12-13 14:08:08 -08:00
2024-12-13 14:08:08 -08:00
2024-11-11 15:51:41 -08:00
2023-07-05 16:54:24 +00:00
2024-08-28 14:26:54 -07:00
2019-03-06 15:47:18 +01:00