diff --git a/src/main.rs b/src/main.rs index 42d81f7..dd6b691 100644 --- a/src/main.rs +++ b/src/main.rs @@ -173,7 +173,7 @@ impl InformationStruct { // Again, I don't know whether this is what the strings will look like. // Feel free to fix if it's broken on your system. { - "Linux Debian" => String::from("bright red"), + "Debian GNU/Linux" => String::from("bright red"), "FreeBSD" => String::from("red"), "Ubuntu Linux" => String::from("orange"), "Arch Linux" | "Windows" | "PopOS" => String::from("bright cyan"),