mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-07 16:49:01 +00:00
feat: ultramarine linux support
This commit is contained in:
parent
10af1ee05f
commit
e7b655e572
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl LinuxDistro {
|
|||
{
|
||||
return Some(Self::Debian);
|
||||
}
|
||||
if s.contains("fedora") || s.contains("nobara") {
|
||||
if s.contains("fedora") || s.contains("nobara") || s.contains("ultramarine linux") {
|
||||
return Some(Self::Fedora);
|
||||
}
|
||||
if s.contains("gentoo") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue