]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/debian/ventoy-hook.sh
1.0.08beta1
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / ventoy-hook.sh
index 05b9487be65432d8078fc7bc972a74f68b1a2c46..2bc7a8604b3bc2161e2d6d550c7f82449eb2a806 100644 (file)
@@ -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