From f80bb8202c875413a87fe97175999baff68dbd6c Mon Sep 17 00:00:00 2001 From: "synacktra.work@gmail.com" Date: Sat, 15 Nov 2025 17:05:12 +0530 Subject: [PATCH] fix: remove undefined downloadImage call --- src/install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"