mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
add support for Bliss-OS
This commit is contained in:
@@ -74,6 +74,14 @@ ventoy_get_debian_distro() {
|
||||
echo 'kylin'; return
|
||||
fi
|
||||
|
||||
if [ -f /scripts/00-ver ]; then
|
||||
if $GREP -q 'Bliss-OS' /scripts/00-ver; then
|
||||
echo 'bliss'; return
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
echo 'default'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user