fix: detect cachyos as arch

This commit is contained in:
Sapphire 2025-06-04 02:45:31 -05:00
commit eed85abb2a
No known key found for this signature in database
GPG key ID: 642911AA4025C8CC

View file

@ -115,6 +115,7 @@ impl LinuxDistro {
|| s.contains("steamos")
|| s.contains("steam os")
|| s.contains("endeavour")
|| s.contains("cachyos")
|| s.contains("garuda")
{
return Some(Self::Arch);