Fixed Debian distro name, again

This commit is contained in:
Shibe Drill 2023-01-24 23:14:58 -05:00
parent bd9799664c
commit c6134abb68

View File

@ -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"),