mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
Add support for chimera linux. (#2309)
This commit is contained in:
@@ -369,6 +369,9 @@ ventoy_get_os_type() {
|
||||
fi
|
||||
fi
|
||||
|
||||
if $GREP -q 'chimera' /proc/version; then
|
||||
echo 'chimera'; return
|
||||
fi
|
||||
|
||||
echo "default"
|
||||
}
|
||||
|
Reference in New Issue
Block a user