Add support for MocaccinoOS distro

This commit is contained in:
longpanda
2021-07-15 17:48:03 +08:00
parent fc3a5fae36
commit 47f9f2c42c
3 changed files with 70 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ ventoy_get_debian_distro() {
echo 'kerio'; return
fi
if $GREP -q 'mocaccino' /proc/version; then
echo 'mocaccino'; return
fi
echo 'default'
}