diff --git a/src/main.rs b/src/main.rs index 4530c101..79ed88ab 100644 --- a/src/main.rs +++ b/src/main.rs @@ -184,6 +184,12 @@ fn run() -> Result<()> { } } + OSType::Unknown => { + println!( + "Could not detect your Linux distribution. Do you have lsb-release installed?" + ); + } + _ => (), }