mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
1.0.08beta1
This commit is contained in:
@@ -52,14 +52,6 @@ ventoy_get_debian_distro() {
|
||||
echo 'pve'; return
|
||||
fi
|
||||
|
||||
if $GREP -q '[Dd]eepin' /proc/version; then
|
||||
echo 'deepin'; return
|
||||
fi
|
||||
|
||||
if $GREP -q '[Uu][Oo][Ss] ' /proc/version; then
|
||||
echo 'deepin'; return
|
||||
fi
|
||||
|
||||
if [ -d /porteus ]; then
|
||||
echo 'porteus'; return
|
||||
fi
|
||||
|
Reference in New Issue
Block a user