X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/45d15a764fe3a02d57778d864026ff1ef2ecad91..a6d3ecc7a9b01e6cd7a08bb03ca72a88f928df8d:/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh diff --git a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh index 05b9487..2bc7a86 100644 --- a/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh +++ b/IMG/cpio/ventoy/hook/debian/ventoy-hook.sh @@ -52,14 +52,6 @@ ventoy_get_debian_distro() { echo 'pve'; return fi - if $GREP -q '[Dd]eepin' /proc/version; then - echo 'deepin'; return - fi - - if $GREP -q '[Uu][Oo][Ss] ' /proc/version; then - echo 'deepin'; return - fi - if [ -d /porteus ]; then echo 'porteus'; return fi