mirror of
https://github.com/dockur/windows.git
synced 2026-08-25 08:09:04 +01:00
fix: Do not backup unfinished installations (#2103)
This commit is contained in:
+1
-4
@@ -1379,10 +1379,7 @@ fallbackEnglish() {
|
||||
# still locate the same image, but use English installation media.
|
||||
LANGUAGE="en"
|
||||
|
||||
if ! rm -f -- "$iso"; then
|
||||
error "Failed to remove ISO file \"$iso\" !"
|
||||
return 1
|
||||
fi
|
||||
removeImage "$iso" || return 1
|
||||
|
||||
downloadImage "$iso" "$version" "$LANGUAGE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user