mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update install.sh
This commit is contained in:
parent
e31550b5f4
commit
7a488ca853
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue