mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-10-22 10:26:21 +00:00
1.0.06 release
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user