From cf38b1f2379f12938f649842d5cff183f527119b Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 10 Oct 2023 05:29:50 +0200 Subject: [PATCH] fix: Intel GPU drivers --- run/gpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/gpu.sh b/run/gpu.sh index c3e8675..9e63474 100644 --- a/run/gpu.sh +++ b/run/gpu.sh @@ -19,7 +19,7 @@ DEF_OPTS="${DEF_OPTS} -device virtio-vga,id=video0,max_outputs=1,bus=pcie.0,addr if ! apt-mark showinstall | grep -q "xserver-xorg-video-intel"; then - info "Installing GPU drivers..." + info "Installing Intel GPU drivers..." export DEBCONF_NOWARNINGS="yes" export DEBIAN_FRONTEND="noninteractive"