From a9370b6541b42cfc316c7e71ebdd72691875f3a4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 24 May 2024 22:10:57 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/install.sh b/src/install.sh index c54f3eb..225dfa7 100644 --- a/src/install.sh +++ b/src/install.sh @@ -691,6 +691,10 @@ addDriver() { [ ! -d "$path/$driver/$folder" ] && return 0 + if [[ "${id,,}" == "winvista"* ]]; then + [[ "${driver,,}" == "viorng" ]] && return 0 + fi + if ! wimlib-imagex update "$loc" "$idx" --command "add $path/$driver/$folder /\$WinPEDriver\$/$driver" >/dev/null; then warn "Failed to add driver \"$driver\" to image!" fi