1.0.20 release

This commit is contained in:
longpanda
2020-08-30 16:34:20 +08:00
parent 8dce0adda6
commit d678e54956
12 changed files with 117 additions and 4 deletions

View File

@@ -301,6 +301,10 @@ ventoy_get_os_type() {
echo 'pisilinux'; return
fi
if $GREP -q 'blackPanther' /proc/version; then
echo 'blackPanther'; return
fi
echo "default"
}