From c2e00a054f0e823f1502ec09e47189fa44763fa5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 10 May 2024 02:34:49 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/install.sh b/src/install.sh index 29b3561..0b8cc01 100644 --- a/src/install.sh +++ b/src/install.sh @@ -916,9 +916,7 @@ updateImage() { warn "failed to remove answer file ($file) from ISO image!" fi - if wimlib-imagex update "$loc" "$index" --command "rename /$file.org /$file" >/dev/null 2>&1; then - warn "renamed answer file ($file.org) in ISO image." - fi + wimlib-imagex update "$loc" "$index" --command "rename /$file.org /$file" >/dev/null 2>&1 || true fi