Fixed Debian distro name, again
This commit is contained in:
parent
bd9799664c
commit
c6134abb68
@ -173,7 +173,7 @@ impl InformationStruct {
|
|||||||
// Again, I don't know whether this is what the strings will look like.
|
// 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.
|
// 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"),
|
"FreeBSD" => String::from("red"),
|
||||||
"Ubuntu Linux" => String::from("orange"),
|
"Ubuntu Linux" => String::from("orange"),
|
||||||
"Arch Linux" | "Windows" | "PopOS" => String::from("bright cyan"),
|
"Arch Linux" | "Windows" | "PopOS" => String::from("bright cyan"),
|
||||||
|
Loading…
Reference in New Issue
Block a user