From 22d11d918bf8c6f500019dc04a23a9141522420c Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 24 May 2024 22:25:37 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 225dfa7..2748bca 100644 --- a/src/install.sh +++ b/src/install.sh @@ -694,7 +694,7 @@ addDriver() { 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