Update install.sh

This commit is contained in:
Kroese 2024-05-28 00:59:36 +02:00 committed by GitHub
parent d9a4d3fa87
commit c1ab5ad116
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