mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-27 19:58:37 +00:00
Merge branch 'fix/cachyos' into 'main'
fix: detect cachyos as arch See merge request gabmus/envision!133
This commit is contained in:
commit
bae64e28fa
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue