diff --git a/neofetch b/neofetch index ab895649..99445b09 100644 --- a/neofetch +++ b/neofetch @@ -1256,7 +1256,7 @@ get_distro() { get_model() { case $os in Linux) - if [[ -d /system/app/ && -d /system/priv-app ]]; then + if [[ -d /android/system/ || -d /system/app/ ]]; then model="$(getprop ro.product.brand) $(getprop ro.product.model)" elif [[ -f /sys/devices/virtual/dmi/id/board_vendor ||