From e2db6eac4eebe9b5f994819342fb28970cc866d1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 27 May 2024 14:11:31 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.sh b/src/install.sh index f6d7518..c8b0b22 100644 --- a/src/install.sh +++ b/src/install.sh @@ -528,6 +528,7 @@ detectImage() { fi info "Detecting version from ISO image..." + detectLegacy "$dir" && return 0 local src wim info src=$(find "$dir" -maxdepth 1 -type d -iname sources | head -n 1)