mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-12-20 10:36:18 +00:00
Add support for AerynOS. (#3433)
This commit is contained in:
@@ -177,6 +177,8 @@ ventoy_get_os_type() {
|
||||
echo 'deepin'; return
|
||||
elif $GREP -q 'chinauos' /etc/os-release; then
|
||||
echo 'deepin'; return
|
||||
elif $GREP -qi 'aerynos' /etc/os-release; then
|
||||
echo 'rhel7'; return
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user