Debian
This commit is contained in:
parent
a0536a9503
commit
e69be87be3
|
@ -19,6 +19,7 @@ impl Os {
|
|||
match name.to_lowercase().as_ref() {
|
||||
"archlinux" | "arch linux" => Some(Os::ArchLinux),
|
||||
"ubuntu" => Some(Os::Ubuntu),
|
||||
"debian" => Some(Os::Debian),
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue