mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
fix: Ignore answer file for Windows XP
This commit is contained in:
parent
f021b1f397
commit
88e0f9b1f7
1 changed files with 2 additions and 0 deletions
|
|
@ -853,6 +853,8 @@ updateImage() {
|
|||
local dat="${file/.xml/.dat}"
|
||||
local desc path src loc xml index result
|
||||
|
||||
[[ "${DETECTED,,}" == "winxp"* ]] && return 0
|
||||
|
||||
if [ ! -s "$asset" ] || [ ! -f "$asset" ]; then
|
||||
asset=""
|
||||
if [[ "$MANUAL" != [Yy1]* ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue