From ab72c03d09a2919f5df22a300ef54d9056a5183a Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 26 Jan 2024 21:44:27 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/install.sh b/src/install.sh index e13e312..cc25048 100644 --- a/src/install.sh +++ b/src/install.sh @@ -415,16 +415,16 @@ prepareImage() { if [ -f "$dir/$ETFS" ] && [ -f "$dir/$EFISYS" ]; then return 0 fi - + if [ ! -f "$dir/$ETFS" ]; then warn "failed to locate file 'etfsboot.com' in ISO image, falling back to legacy boot!" else warn "failed to locate file 'efisys_noprompt.bin' in ISO image, falling back to legacy boot!" fi - + fi fi - + ETFS="boot.img" BOOT_MODE="windows_legacy"