diff --git a/src/install.sh b/src/install.sh index 9c7fb20..3c0481e 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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"