Browse Source

Add model detection for Ubuntu Touch

walking-octopus 3 years ago
parent
commit
5cab401189
1 changed files with 1 additions and 1 deletions
  1. 1 1
      neofetch

+ 1 - 1
neofetch

@@ -1244,7 +1244,7 @@ get_distro() {
 get_model() {
 get_model() {
     case $os in
     case $os in
         Linux)
         Linux)
-            if [[ -d /system/app/ && -d /system/priv-app ]]; then
+            if [[ -d /usr/bin/system-image-cli || -d /system/app/ ]]; then
                 model="$(getprop ro.product.brand) $(getprop ro.product.model)"
                 model="$(getprop ro.product.brand) $(getprop ro.product.model)"
 
 
             elif [[ -f /sys/devices/virtual/dmi/id/board_vendor ||
             elif [[ -f /sys/devices/virtual/dmi/id/board_vendor ||