Add support for chimera linux. (#2309)

This commit is contained in:
longpanda
2023-03-24 20:43:47 +08:00
parent 652475f1ef
commit e743f7c15f
4 changed files with 59 additions and 0 deletions

View File

@@ -369,6 +369,9 @@ ventoy_get_os_type() {
fi
fi
if $GREP -q 'chimera' /proc/version; then
echo 'chimera'; return
fi
echo "default"
}