From 7a488ca853652297a46f06380aac60f463b52ba6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 27 May 2024 23:38:03 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 845d57e..b57b47d 100644 --- a/src/install.sh +++ b/src/install.sh @@ -620,13 +620,13 @@ prepareImage() { missing=$(basename "$dir/$EFISYS") [ ! -f "$dir/$ETFS" ] && missing=$(basename "$dir/$ETFS") - error "Failed to locate file \"${missing,,}\" in ISO image!" + error "Failed to locate file \"${missing,,}\" in $desc ISO image!" return 1 fi prepareLegacy "$iso" "$dir" && return 0 - error "Failed to extract boot image from ISO!" + error "Failed to extract boot image from $desc ISO image!" return 1 }