Update install.sh

This commit is contained in:
Kroese 2024-04-29 14:14:49 +02:00 committed by GitHub
parent 219a54da9d
commit b64670e2d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -865,7 +865,7 @@ updateImage() {
warn "failed to locate 'boot.wim' or 'boot.esd' in ISO image, $FB" && return 1 warn "failed to locate 'boot.wim' or 'boot.esd' in ISO image, $FB" && return 1
fi fi
info "Adding XML file for automatic installation..." info "Adding "$(basename $asset)" for automatic installation..."
index="1" index="1"
result=$(wimlib-imagex info -xml "$loc" | tr -d '\000') result=$(wimlib-imagex info -xml "$loc" | tr -d '\000')