mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-12-08 16:53:16 -05:00
@@ -114,6 +114,10 @@ ventoy_get_debian_distro() {
|
||||
echo 'devuan'; return
|
||||
fi
|
||||
|
||||
if $GREP -q 'truenas' /proc/version; then
|
||||
echo 'truenas'; return
|
||||
fi
|
||||
|
||||
echo 'default'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user