]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy.sh
1.0.12 release
[Ventoy.git] / IMG / cpio / ventoy / ventoy.sh
index e64a4a76039c03cb4c92c995c2294a2354df48f7..edab7e8c80d0e3d725c6ddd3ae40876c48097170 100644 (file)
@@ -184,6 +184,10 @@ ventoy_get_os_type() {
         fi
     fi
     
+    if $GREP -q 'android.x86' /proc/version; then
+        echo 'android'; return
+    fi 
+    
     echo "default"
 }