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