Inform about unknown Linux distributions

This commit is contained in:
Roey Darwish Dror
2018-06-01 14:54:04 +03:00
parent e06e8ec912
commit e70950de02

View File

@@ -184,6 +184,12 @@ fn run() -> Result<()> {
}
}
OSType::Unknown => {
println!(
"Could not detect your Linux distribution. Do you have lsb-release installed?"
);
}
_ => (),
}