afetch
afetch copied to clipboard
Termux
There is no info nor support for termux. Could you please add support for termux?
Is there a /etc/os-release file?
Is there a
/etc/os-releasefile?
There isn't
but i have seen other fetches fetch info for termux.. so wouldn't it be possible?
Yeah but I need a way to find the OS without an os-release, similarly to how I do it on BSD.
What's the output of uname -a?
Linux Localhost 4.14.117-19828683 #1 SMP PREEMPT FRI Nov 13 18:53:37 KST 2020 aarch64 Android
Does uname -s output Linux or Android?
Does
uname -soutputLinuxorAndroid?
Linux
according to neofetch code the presence of the directories "/system/app" and "/system/priv-app" can be used to indentify an android system
Hi there, sorry for the delay. Is there any files in /system/app and /system/priv-app that are on all installations? I know how to implement it but I don't have an Android system to test it on.
Hi there, sorry for the delay. Is there any files in
/system/appand/system/priv-appthat are on all installations? I know how to implement it but I don't have an Android system to test it on.
Im sorry for the very late response, it looks like the folders in /system/app and /system/priv-app are just system applications and have nothing to do with termux and have no way getting the information about the installation.