X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/d5b829f8e8c8367b032b4bb57a8fc37701d42e17..ad9a031092f1d953d10bcf6ec77cb2fa1fc2c103:/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