mirror of
https://github.com/dockur/windows.git
synced 2025-12-15 19:53:05 +00:00
fix: remove undefined downloadImage call
This commit is contained in:
parent
dbd222146d
commit
f80bb8202c
@ -1212,10 +1212,7 @@ if ! startInstall; then
|
||||
fi
|
||||
|
||||
if [ ! -s "$ISO" ] || [ ! -f "$ISO" ]; then
|
||||
if ! downloadImage "$ISO" "$VERSION" "$LANGUAGE"; then
|
||||
rm -f "$ISO" 2> /dev/null || true
|
||||
exit 61
|
||||
fi
|
||||
exit 61
|
||||
fi
|
||||
|
||||
DIR="$TMP/unpack"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user