From 42b0b6c83896c2ff824ca4338ed37ebf947c6851 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 24 May 2024 21:16:07 +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 6f5c105..23f579e 100644 --- a/src/install.sh +++ b/src/install.sh @@ -691,7 +691,7 @@ addDriver() { [ ! -d "$path/$driver/$folder" ] && return 0 - if ! wimlib-imagex update "$loc" "$idx" --command "add $path/$driver/$folder /\$WinPEDriver\$/$driver"; then + 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