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
0ae9c64bbb
commit
c2e00a054f
1 changed files with 1 additions and 3 deletions
|
|
@ -916,9 +916,7 @@ 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 2>&1; then
|
||||
warn "renamed answer file ($file.org) in ISO image."
|
||||
fi
|
||||
wimlib-imagex update "$loc" "$index" --command "rename /$file.org /$file" >/dev/null 2>&1 || true
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue