From 28b555685ba5c70c16ffe6c10c38cebb57896a7a Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 1 May 2024 18:41:42 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 1188b35..71ea05a 100644 --- a/src/install.sh +++ b/src/install.sh @@ -363,8 +363,7 @@ downloadImage() { fi - for i in {1..MIRRORS} - do + for ((i=1;i<=MIRRORS;i++)); do url=$(getLink "$i" "$version")