Update install.sh

This commit is contained in:
Kroese 2024-05-10 02:34:49 +02:00 committed by GitHub
parent 0ae9c64bbb
commit c2e00a054f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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