mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: call getBuild directly
This commit is contained in:
parent
083afdd679
commit
9954d1dcee
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ getCatalog() {
|
|||
|
||||
if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then
|
||||
# ARMv8.0 cannot run Windows 11 builds higher than 22631
|
||||
echo "$(getBuild "$1" "$2" "22631.2861")" && return 0
|
||||
getBuild "$1" "$2" "22631.2861" && return 0
|
||||
fi
|
||||
|
||||
case "${id,,}" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue