Update display.sh

This commit is contained in:
Kroese 2024-02-02 18:44:38 +01:00 committed by GitHub
parent 8f4eea252f
commit fe9159435d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ set -Eeuo pipefail
: "${VGA:="virtio-gpu"}" # VGA adaptor
if [[ "${BOOT_MODE,,}" == "windows" ]]; then
[[ "$VGA"" == "virtio-gpu" ]] && VGA="VGA"
[[ "$VGA" == "virtio-gpu" ]] && VGA="VGA"
fi
case "${DISPLAY,,}" in