Merge branch 'fix/cachyos' into 'main'

fix: detect cachyos as arch

See merge request gabmus/envision!133
This commit is contained in:
Sapphire 2025-06-04 07:47:48 +00:00
commit bae64e28fa

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);