mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Compare commits
3 commits
465d0065b9
...
8471d296ea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8471d296ea | ||
|
|
6470d19bc7 | ||
|
|
425a661c93 |
2 changed files with 10 additions and 10 deletions
|
|
@ -452,11 +452,11 @@ getESD() {
|
||||||
winCatalog=$(getCatalog "$version" "url")
|
winCatalog=$(getCatalog "$version" "url")
|
||||||
editionName=$(getCatalog "$version" "edition")
|
editionName=$(getCatalog "$version" "edition")
|
||||||
|
|
||||||
if [ -z "$file" || -z "$winCatalog" || -z "$editionName" ]; then
|
if [ -z "$file" ] || [ -z "$winCatalog" ] || [ -z "$editionName" ]; then
|
||||||
error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1
|
error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local msg="Downloading product information from Microsoft server..."
|
local msg="Downloading product information..."
|
||||||
info "$msg" && html "$msg"
|
info "$msg" && html "$msg"
|
||||||
|
|
||||||
rm -rf "$dir"
|
rm -rf "$dir"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue