Update install.sh

This commit is contained in:
Kroese 2024-05-26 22:06:58 +02:00 committed by GitHub
parent 0dbac87ded
commit f3e953d1d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -674,7 +674,7 @@ prepareImage() {
missing=$(basename "$dir/$EFISYS") missing=$(basename "$dir/$EFISYS")
[ ! -f "$dir/$ETFS" ] && missing=$(basename "$dir/$ETFS") [ ! -f "$dir/$ETFS" ] && missing=$(basename "$dir/$ETFS")
error "failed to locate file '${missing,,}' in ISO image!" error "failed to locate file '${missing,,}' in ISO image!"
return 1 return 1
fi fi