Update install.sh

This commit is contained in:
Kroese 2024-05-03 12:21:46 +02:00 committed by GitHub
parent ab0bcfe718
commit 66ba07e5f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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