1.0.08 release

This commit is contained in:
longpanda
2020-04-30 22:40:40 +08:00
parent 212c9cdbc9
commit 9f57cb3929
13 changed files with 593 additions and 117 deletions

View File

@@ -165,6 +165,12 @@ ventoy_get_os_type() {
echo 'arch'; return
fi
if $GREP -q 'berry ' /proc/version; then
echo 'berry'; return
fi
echo "default"
}