From 66ba07e5f95ed9f3c1a33a704d60fc539bb7ea55 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 3 May 2024 12:21:46 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 5f80811..52b0dba 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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