Update install.sh

This commit is contained in:
Kroese 2024-05-27 23:38:03 +02:00 committed by GitHub
parent e31550b5f4
commit 7a488ca853
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -620,13 +620,13 @@ prepareImage() {
missing=$(basename "$dir/$EFISYS")
[ ! -f "$dir/$ETFS" ] && missing=$(basename "$dir/$ETFS")
error "Failed to locate file \"${missing,,}\" in ISO image!"
error "Failed to locate file \"${missing,,}\" in $desc ISO image!"
return 1
fi
prepareLegacy "$iso" "$dir" && return 0
error "Failed to extract boot image from ISO!"
error "Failed to extract boot image from $desc ISO image!"
return 1
}