fix: remove undefined downloadImage call

This commit is contained in:
synacktra.work@gmail.com 2025-11-15 17:05:12 +05:30
parent dbd222146d
commit f80bb8202c

View File

@ -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"