mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
feat: Allow to skip download methods
This commit is contained in:
parent
726e7f2b11
commit
299e6ce750
1 changed files with 2 additions and 2 deletions
|
|
@ -1313,7 +1313,7 @@ isMido() {
|
|||
local lang="$2"
|
||||
local sum
|
||||
|
||||
[[ "${MIDO:-}" != [Yy1]* ]] && return 1
|
||||
[[ "${MIDO:-}" == [Nn]* ]] && return 1
|
||||
|
||||
sum=$(getMido "$id" "en" "sum")
|
||||
[ -n "$sum" ] && return 0
|
||||
|
|
@ -1326,7 +1326,7 @@ isESD() {
|
|||
local id="$1"
|
||||
local lang="$2"
|
||||
|
||||
[[ "${ESD:-}" != [Yy1]* ]] && return 1
|
||||
[[ "${ESD:-}" == [Nn]* ]] && return 1
|
||||
|
||||
case "${id,,}" in
|
||||
"win11${PLATFORM,,}" | "win10${PLATFORM,,}" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue