From aa797c953a24696d92444ad626c028bc3be896da Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 24 May 2024 23:18:42 +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 d809d48..fe5b36a 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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