mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
Merge branch 'feat/endeavouros-packages' into 'main'
feat: add EndeavourOS to list of arch distros See merge request gabmus/envision!40
This commit is contained in:
commit
e41d67ecaf
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ impl LinuxDistro {
|
|||
|| s.contains("manjaro")
|
||||
|| s.contains("steamos")
|
||||
|| s.contains("steam os")
|
||||
|| s.contains("endeavouros")
|
||||
{
|
||||
return Some(Self::Arch);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue