From c6134abb68d3f8450a8b52dfa6cfb954c46a5ec8 Mon Sep 17 00:00:00 2001 From: Shibe Drill <53824200+shibedrill@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:14:58 -0500 Subject: [PATCH] Fixed Debian distro name, again --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),