mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update install.sh
This commit is contained in:
parent
6779ac0f36
commit
9ac1465b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ downloadImage() {
|
||||||
|
|
||||||
if [[ "${version,,}" == "http"* ]]; then
|
if [[ "${version,,}" == "http"* ]]; then
|
||||||
|
|
||||||
desc=$(getName "$BASE" "$BASE")
|
desc=$(getName "$BASE")
|
||||||
downloadFile "$iso" "$version" "$desc" && return 0
|
downloadFile "$iso" "$version" "$desc" && return 0
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue