Update display.sh

This commit is contained in:
Kroese 2024-02-02 15:29:35 +01:00 committed by GitHub
parent b4584fabfa
commit 88ef5f58b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ set -Eeuo pipefail
# Docker environment variables
: "${GPU:="N"}" # GPU passthrough
: "${VGA:="virtio"}" # VGA adaptor
: "${VGA:="std"}" # VGA adaptor
: "${DISPLAY:="web"}" # Display type
case "${DISPLAY,,}" in