Update install.sh

This commit is contained in:
Kroese 2024-05-24 21:16:07 +02:00 committed by GitHub
parent 89ecb68404
commit 42b0b6c838
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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