1.0.06 release

This commit is contained in:
longpanda
2020-04-18 22:14:10 +08:00
parent 63e9825d5d
commit 45d15a764f
13 changed files with 1194 additions and 29 deletions

View File

@@ -148,6 +148,13 @@ ventoy_get_os_type() {
fi
fi
if $EGREP -q 'ALT ' /proc/version; then
echo 'alt'; return
fi
if $EGREP -q 'porteus' /proc/version; then
echo 'debian'; return
fi
echo "default"
}