Update install.sh

This commit is contained in:
Kroese 2024-05-24 23:18:42 +02:00 committed by GitHub
parent deae2ba8f3
commit aa797c953a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -833,7 +833,7 @@ updateImage() {
addDriver "$DETECTED" "$drivers" "$target" "viogpudo"
addDriver "$DETECTED" "$drivers" "$target" "qemupciserial"
if ! wimlib-imagex update "$loc" "$idx" --command "add $dest /$target" >/dev/null; then
if ! wimlib-imagex update "$loc" "$index" --command "add $dest /$target" >/dev/null; then
warn "Failed to add drivers to image!"
fi