Update install.sh

This commit is contained in:
Kroese 2024-05-10 01:54:12 +02:00 committed by GitHub
parent 35262485af
commit 96a26831a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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