mirror of
https://github.com/dockur/windows.git
synced 2026-08-25 08:09:04 +01:00
feat: Centralize image and boot state checks (#2137)
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user