From 48c3979ab413414833cdfa3a990ae927036bca56 Mon Sep 17 00:00:00 2001 From: 8nlight <8nlight@disroot.org> Date: Thu, 19 Oct 2023 14:47:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs.h b/funcs.h index 0bc10c7..32701e4 100644 --- a/funcs.h +++ b/funcs.h @@ -206,7 +206,7 @@ LOGO GetArt(void) { SetArt(&art, sizeof(Arch) / sizeof(char *), "pacman -Qq | wc -l", Arch, "\033[0;34m"); } - else if (1) + else if (access("/system", F_OK) != 1) SetArt(&art, sizeof(Android) / sizeof(char *), "dpkg -l | tail -n+6 | wc -l", Android, "\033[32m"); else