feat: Centralize image and boot state checks (#2137)

This commit is contained in:
Kroese
2026-08-14 11:07:46 +02:00
committed by GitHub
parent 019c70dbaa
commit a3461db9a8
5 changed files with 49 additions and 30 deletions
+1 -1
View File
@@ -1277,7 +1277,7 @@ downloadImage() {
local tried="n" success="n" seconds="5"
local i url sum size base language desc web_desc rc
if [[ "${version,,}" == "http"* ]]; then
if isURL "$version"; then
base=$(basename "$iso")
desc=$(fromFile "$base")