1
0
mirror of https://github.com/ventoy/Ventoy.git synced 2025-04-01 18:21:33 -04:00

optimization for deepin/uos latest release

This commit is contained in:
longpanda 2021-09-25 11:22:55 +08:00
parent 8cecdae8f9
commit 89a34bac18
2 changed files with 13 additions and 5 deletions

@ -161,6 +161,10 @@ ventoy_get_os_type() {
echo 'openEuler'; return
elif $GREP -q 'fuyu' /etc/os-release; then
echo 'openEuler'; return
elif $GREP -q 'deepin' /etc/os-release; then
echo 'debian'; return
elif $GREP -q 'chinauos' /etc/os-release; then
echo 'debian'; return
fi
fi

@ -200,6 +200,10 @@ ventoy_get_os_type() {
echo 'openEuler'; return
elif $GREP -q 'fuyu' /etc/os-release; then
echo 'openEuler'; return
elif $GREP -q 'deepin' /etc/os-release; then
echo 'debian'; return
elif $GREP -q 'chinauos' /etc/os-release; then
echo 'debian'; return
fi
fi