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