Update display.sh
This commit is contained in:
parent
554e503b3f
commit
5260fed2d6
1 changed files with 2 additions and 3 deletions
|
|
@ -3,9 +3,8 @@ set -Eeuo pipefail
|
|||
|
||||
# Docker environment variables
|
||||
|
||||
: "${GPU:="N"}" # GPU passthrough
|
||||
: "${VGA:="virtio-vga"}" # VGA adaptor
|
||||
: "${DISPLAY:="web"}" # Display type
|
||||
: "${DISPLAY:="web"}" # Display
|
||||
: "${VGA:="virtio-gpu"}" # GPU model
|
||||
|
||||
case "${DISPLAY,,}" in
|
||||
vnc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue