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
|
# Docker environment variables
|
||||||
|
|
||||||
: "${GPU:="N"}" # GPU passthrough
|
: "${DISPLAY:="web"}" # Display
|
||||||
: "${VGA:="virtio-vga"}" # VGA adaptor
|
: "${VGA:="virtio-gpu"}" # GPU model
|
||||||
: "${DISPLAY:="web"}" # Display type
|
|
||||||
|
|
||||||
case "${DISPLAY,,}" in
|
case "${DISPLAY,,}" in
|
||||||
vnc)
|
vnc)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue