From 35fc053161ec5231c8859d922618e84e929f9c84 Mon Sep 17 00:00:00 2001 From: Bella Zhang Date: Sun, 28 Jan 2024 16:43:26 +0800 Subject: [PATCH] add circle linux as derivatives rhel --- src/rufus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rufus.c b/src/rufus.c index ba376861..6960cd30 100755 --- a/src/rufus.c +++ b/src/rufus.c @@ -1262,6 +1262,7 @@ DWORD WINAPI ImageScanThread(LPVOID param) "^AlmaLinux-[8-9].*", // AlmaLinux 8.x and 9.x "^Fedora.*-3[3-9].*", // Fedora 33-39 "^CentOS.*-[8-9].*", // CentOS and CentOS Stream 8.and 9.x + "^Circle.*-[8-9].*", // Circle Linux 8.and 9.x "^OL-[8-9].*", // Oracle Linux 8.x and 9.x "^RHEL-[8-9].*", // Red Hat 8.x and 9.x "^Rocky-[8-9].*", // Rocky Linux 8.x and 9.x