Update install.sh

This commit is contained in:
Kroese 2024-05-28 00:49:28 +02:00 committed by GitHub
parent 5e5e981313
commit 3b7729bc27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -624,7 +624,7 @@ prepareImage() {
return 1
fi
prepareLegacy "$iso" "$dir" && return 0
prepareLegacy "$iso" "$dir" "$desc" && return 0
error "Failed to extract boot image from $desc ISO image!"
return 1