mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Compare commits
No commits in common. "8471d296eab133a4ead3c881ec1ca747e94e1d14" and "465d0065b9a827f3b59b6e370413569edf02ff71" have entirely different histories.
8471d296ea
...
465d0065b9
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..."
|
local msg="Downloading product information from Microsoft server..."
|
||||||
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