From 20f5477a7a4c30a00d3c0ea2c8fe43f7bf55d17e Mon Sep 17 00:00:00 2001 From: sethnine <20376332+sethnine@users.noreply.github.com> Date: Sun, 14 Mar 2021 23:48:23 +1100 Subject: [PATCH] Pop os wasn't being detected this is the patch --- uwufetch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uwufetch.c b/uwufetch.c index 7837aa9..9e991b0 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -206,7 +206,7 @@ void list(char* arg) { // prints distribution list " %sArch linux %sbased:\n" " %sarch, artix, %smanjaro, \"manjaro-arm\"\n\n" " %sDebian/%sUbuntu %sbased:\n" - " %sdebian, %slinuxmint, %spopos\n\n" + " %sdebian, %slinuxmint, %spop\n\n" " %sOther/spare distributions:\n" " %salpine, %sfedora, %sgentoo, %s\"void\", android, %sunknown\n\n" " %sBSD:\n" @@ -292,7 +292,7 @@ void print_ascii() { // prints logo (as ascii art) of the given system. distribu " %s|| %s| %s| | %s|\n" " %s | %s| %s---- %s|\n" " %s --%s'--------'\n\n",GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN); - } else if (strcasecmp(version_name, "popos") == 0) { + } else if (strcasecmp(version_name, "pop") == 0) { printf("\033[2E\033[6C%s|\\.-----./|\n" " |/ \\|\n" " | > < |\n" @@ -394,7 +394,7 @@ void uwu_name() { // changes distro name to uwufied(?) name else STRING_TO_UWU("linuxmint", "LinUWU Miwint"); else STRING_TO_UWU("manjaro", "Myanjawo"); else STRING_TO_UWU("manjaro-arm", "Myanjawo AWM"); - else STRING_TO_UWU("popos", "PopOwOS"); + else STRING_TO_UWU("pop", "PopOwOS"); else STRING_TO_UWU("ubuntu", "Uwuntu"); else STRING_TO_UWU("\"void\"", "OwOid"); else STRING_TO_UWU("android", "Nyandroid"); // android at the end because it could be not considered as an actual distribution of gnu/linux