Update install.sh

This commit is contained in:
Kroese 2024-04-29 04:17:06 +02:00 committed by GitHub
parent 144752a212
commit 80679b8fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -270,7 +270,7 @@ downloadImage() {
local iso="$1" local iso="$1"
local version="$2" local version="$2"
local tried="n" local tried="n"
local url rc desc local url desc
if [[ "${version,,}" == "http"* ]]; then if [[ "${version,,}" == "http"* ]]; then