1.1.10 release
Some checks are pending
Ventoy CI / build (push) Waiting to run
Mirror GitHub to Gitee / Sync-GitHub-to-Gitee (push) Waiting to run

This commit is contained in:
longpanda
2025-12-21 20:56:53 +08:00
parent f68d4a8076
commit 81728a817c
5 changed files with 134 additions and 25 deletions

View File

@@ -376,7 +376,7 @@ ventoy_get_os_type() {
fi
fi
if [ -f /etc/kylin-release ]; then
if $GREP -i -q -m1 'Kylin.*Server.* V11 ' /etc/kylin-release; then
if $GREP -i -q -m1 'Kylin.*Server.* V1[1-9] ' /etc/kylin-release; then
echo 'openEuler'; return
fi
fi