X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/c8e86938feedfcdb089a26cc18d476ead303d50e..8cde5a489817c1e3205da04dc372522fc979fcd8:/IMG/cpio/ventoy/ventoy.sh diff --git a/IMG/cpio/ventoy/ventoy.sh b/IMG/cpio/ventoy/ventoy.sh index e64a4a7..edab7e8 100644 --- a/IMG/cpio/ventoy/ventoy.sh +++ b/IMG/cpio/ventoy/ventoy.sh @@ -184,6 +184,10 @@ ventoy_get_os_type() { fi fi + if $GREP -q 'android.x86' /proc/version; then + echo 'android'; return + fi + echo "default" }