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

@@ -315,6 +315,8 @@ ventoy_get_os_type() {
if [ -f /DISTRO_SPECS ]; then
if $GREP -q '[Pp]uppy' /DISTRO_SPECS; then
echo 'debian'; return
elif $GREP -q 'veket' /DISTRO_SPECS; then
echo 'debian'; return
fi
fi