From b64670e2d8a2323ca3c4e1e3b14b2f2f3683d83c Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 29 Apr 2024 14:14:49 +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 1808b74..95d5b18 100644 --- a/src/install.sh +++ b/src/install.sh @@ -865,7 +865,7 @@ updateImage() { warn "failed to locate 'boot.wim' or 'boot.esd' in ISO image, $FB" && return 1 fi - info "Adding XML file for automatic installation..." + info "Adding "$(basename $asset)" for automatic installation..." index="1" result=$(wimlib-imagex info -xml "$loc" | tr -d '\000')