From 199405fa54840bcd01a0068868e9282031b6b1b3 Mon Sep 17 00:00:00 2001 From: billy4479 Date: Thu, 21 Sep 2023 00:10:44 +0200 Subject: [PATCH] Add OpenSUSE MicroOS --- src/fetch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fetch.c b/src/fetch.c index 3cfb582..69e3497 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -348,8 +348,8 @@ void *os() "nix-store -q --requisites " "/run/current-system/sw | wc -l"; } else if (strncmp(osname, "openSUSE Leap", 10) == 0 || - strncmp(osname, "openSUSE Tumbleweed", 19) == - 0) { + strncmp(osname, "openSUSE Tumbleweed", 19) == 0 || + strncmp(osname, "openSUSE MicroOS", 16) == 0) { info.col1 = BGREEN " _______\n"; info.col2 = BGREEN "__| __ \\ "; info.col3 = BGREEN " / .\\ \\";