Update install.sh

This commit is contained in:
Kroese 2024-05-01 18:41:42 +02:00 committed by GitHub
parent e3fbef5fda
commit 28b555685b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -363,8 +363,7 @@ downloadImage() {
fi
for i in {1..MIRRORS}
do
for ((i=1;i<=MIRRORS;i++)); do
url=$(getLink "$i" "$version")