Загрузить файлы в «/»

This commit is contained in:
8nlight 2023-10-19 14:47:06 +03:00
parent 8846c69f1d
commit 48c3979ab4
1 changed files with 1 additions and 1 deletions

View File

@ -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