Update install.sh

This commit is contained in:
Kroese 2024-05-24 22:25:37 +02:00 committed by GitHub
parent a9370b6541
commit 22d11d918b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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