mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 21:38:22 +01:00
Update display.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user