Update install.sh

This commit is contained in:
Kroese 2024-05-01 15:02:05 +02:00 committed by GitHub
parent 6779ac0f36
commit 9ac1465b3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -332,7 +332,7 @@ downloadImage() {
if [[ "${version,,}" == "http"* ]]; then
desc=$(getName "$BASE" "$BASE")
desc=$(getName "$BASE")
downloadFile "$iso" "$version" "$desc" && return 0
return 1