]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy.sh
Add German language (#57)
[Ventoy.git] / IMG / cpio / ventoy / ventoy.sh
index 2517f0b12688713f8f3dc8efedea2d79adcca6dc..543543d9e1d921052f488dae435bdd1419ded613 100644 (file)
@@ -165,6 +165,12 @@ ventoy_get_os_type() {
         echo 'arch'; return
     fi
     
+    if $GREP -q 'berry ' /proc/version; then
+        echo 'berry'; return
+    fi
+    
+    
+    
     echo "default"
 }