From 3b3578f13ad5dd8a6b287c702845088a4445fd92 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 10 Oct 2024 21:26:17 +0200 Subject: [PATCH] fix: Workaround Virtio GPU driver bug --- src/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/install.sh b/src/install.sh index a1c290a..6e61613 100644 --- a/src/install.sh +++ b/src/install.sh @@ -701,6 +701,9 @@ addDriver() { "winvista"* ) [[ "${driver,,}" == "viorng" ]] && return 0 ;; + "win11x64"* | "win2025"* ) + [[ "${driver,,}" == "viogpudo" ]] && return 0 + ;; esac local dest="$path/$target/$driver"