mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update install.sh
This commit is contained in:
parent
f3198d396f
commit
0ae9c64bbb
1 changed files with 2 additions and 2 deletions
|
|
@ -916,8 +916,8 @@ updateImage() {
|
|||
warn "failed to remove answer file ($file) from ISO image!"
|
||||
fi
|
||||
|
||||
if ! wimlib-imagex update "$loc" "$index" --command "rename /$file.org /$file" > /dev/null; then
|
||||
warn "failed to rename answer file ($file.org) in ISO image."
|
||||
if wimlib-imagex update "$loc" "$index" --command "rename /$file.org /$file" >/dev/null 2>&1; then
|
||||
warn "renamed answer file ($file.org) in ISO image."
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue