fix: Do not backup unfinished installations (#2103)

This commit is contained in:
Kroese
2026-08-07 14:09:48 +02:00
committed by GitHub
parent b7ded137f8
commit ff8c17ad04
2 changed files with 40 additions and 8 deletions
+1 -4
View File
@@ -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"
}