mirror of
https://github.com/dockur/windows.git
synced 2025-12-21 14:41:49 +00:00
Compare commits
No commits in common. "8471d296eab133a4ead3c881ec1ca747e94e1d14" and "465d0065b9a827f3b59b6e370413569edf02ff71" have entirely different histories.
8471d296ea
...
465d0065b9
@ -452,11 +452,11 @@ getESD() {
|
||||
winCatalog=$(getCatalog "$version" "url")
|
||||
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
|
||||
fi
|
||||
|
||||
local msg="Downloading product information..."
|
||||
local msg="Downloading product information from Microsoft server..."
|
||||
info "$msg" && html "$msg"
|
||||
|
||||
rm -rf "$dir"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user