mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-22 20:44:50 +00:00
add EndeavourOS to list of arch distros
This commit is contained in:
parent
486dfc3e20
commit
e788c787e5
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