Update display.sh

This commit is contained in:
Kroese
2026-09-04 18:23:21 +02:00
committed by GitHub
parent 3e27bc01c2
commit f74dd7596a
+1 -1
View File
@@ -39,7 +39,7 @@ if [ -z "$VGA" ]; then
minor=$((10#${BASH_REMATCH[2]}))
if (( major < 6 || (major == 6 && minor < 6) )); then
VGA="virtio"
(( major > 0 )) && VGA="virtio"
fi
fi