mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-23 17:58:40 +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);
|
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);
|
return Some(Self::Fedora);
|
||||||
}
|
}
|
||||||
if s.contains("gentoo") {
|
if s.contains("gentoo") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue