]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_chain.sh
update CI build script
[Ventoy.git] / IMG / cpio / ventoy / ventoy_chain.sh
index e344604729f979a82085336303c3e867f59c75b7..6bc993ca8957961159c915746b204a9e900353b6 100644 (file)
@@ -313,6 +313,12 @@ ventoy_get_os_type() {
         echo 'austrumi'; return
     fi
     
+    if [ -f /DISTRO_SPECS ]; then
+        if $GREP -q '[Pp]uppy' /DISTRO_SPECS; then
+            echo 'debian'; return
+        fi
+    fi
+    
     echo "default"
 }