mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
fix: Make message clearer
This commit is contained in:
parent
f5dc146f02
commit
82499a3181
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ getCatalog() {
|
||||||
local file="catalog.cab"
|
local file="catalog.cab"
|
||||||
|
|
||||||
if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then
|
if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then
|
||||||
# ARMv8.0 cannot run Windows 11 24H2 and higher
|
# ARMv8.0 cannot run Windows 11 builds 24H2 and up.
|
||||||
getBuild "$1" "$2" "22631.2861" && return 0
|
getBuild "$1" "$2" "22631.2861" && return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue