Update distro check
Some checks failed
Ventoy CI / build (push) Has been cancelled
Mirror GitHub to Gitee / Sync-GitHub-to-Gitee (push) Has been cancelled

This commit is contained in:
longpanda
2026-04-05 17:30:17 +08:00
parent a1771bd9b8
commit d35b8431fe
4 changed files with 19 additions and 9 deletions

View File

@@ -179,6 +179,8 @@ ventoy_get_os_type() {
echo 'deepin'; return
elif $GREP -qi 'aerynos' /etc/os-release; then
echo 'rhel7'; return
elif $GREP -qi 'ID_LIKE=debian' /etc/os-release; then
echo 'debian'; return
fi
fi