Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Add support for rhel and variants in dist_type (Redhat, CentOS, Rocky, AlmaLinux) #873

Merged
merged 1 commit into from
Apr 17, 2022

Conversation

randallpittman
Copy link
Contributor

Related to #423 and #768.

@@ -200,7 +200,7 @@ public class LinuxDistro : GLib.Object{

owned get{

if (dist_id == "fedora"){
if (dist_id in "fedora rhel rocky centos almalinux"){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking ID and ID_LIKE for fedora will cover this better.

@teejee2008 teejee2008 merged commit b36047a into teejee2008:master Apr 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants