From 96a26831a8a26d3bd102c5796de4d320d330bb42 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 10 May 2024 01:54:12 +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 9cbeaea..91ec3ef 100644 --- a/src/install.sh +++ b/src/install.sh @@ -898,7 +898,7 @@ updateImage() { xml=$(basename "$asset") info "Adding $xml for automatic installation..." - if ! wimlib-imagex extract "$loc" "$index" "/$file" "--dest-dir=$out" > /dev/null; then + if ! wimlib-imagex extract "$loc" "$index" "/$file" "--dest-dir=$out" 2> /dev/null; then warn "failed to extract answer file ($file) from ISO image.." fi