support new veket_20

This commit is contained in:
longpanda
2021-03-08 16:18:22 +08:00
parent 78df21fc40
commit 83d91c525f
3 changed files with 15 additions and 0 deletions

View File

@@ -28,6 +28,12 @@ ventoy_get_debian_distro() {
fi
fi
if [ -e /DISTRO_SPECS ]; then
if $GREP -q veket /DISTRO_SPECS; then
echo 'veket'; return
fi
fi
if [ -e /init ]; then
if $GREP -q PUPPYSFS /init; then
if $GREP -q VEKETSFS /init; then