Add model detection for Ubuntu Touch

This commit is contained in:
walking-octopus 2022-07-31 09:15:49 +00:00 committed by GitHub
parent 69907f6f8b
commit 5cab401189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1244,7 +1244,7 @@ get_distro() {
get_model() {
case $os in
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)"
elif [[ -f /sys/devices/virtual/dmi/id/board_vendor ||