From 3b7729bc275d27aca9a74f0de9802fd35301eb8e Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 28 May 2024 00:49:28 +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 0215473..e4af65f 100644 --- a/src/install.sh +++ b/src/install.sh @@ -624,7 +624,7 @@ prepareImage() { return 1 fi - prepareLegacy "$iso" "$dir" && return 0 + prepareLegacy "$iso" "$dir" "$desc" && return 0 error "Failed to extract boot image from $desc ISO image!" return 1