This commit is contained in:
Thomas Forgione 2019-12-12 14:28:25 +01:00
parent a0536a9503
commit e69be87be3
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}
}