mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
fix: Syntax error in conditional statement
This commit is contained in:
parent
d4171ecfda
commit
a038af89b9
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ getCatalog() {
|
||||||
local edition=""
|
local edition=""
|
||||||
local file="catalog.cab"
|
local file="catalog.cab"
|
||||||
|
|
||||||
if [[ "${id,,}" == "win11"* && "${PLATFORM,,}" != "x64" && "${ARCH,,}" == "arm64" ]];
|
if [[ "${id,,}" == "win11"* && "${PLATFORM,,}" != "x64" && "${ARCH,,}" == "arm64" ]]; then
|
||||||
# ARMv8.0 cannot run Windows 11 builds higher than 22631
|
# ARMv8.0 cannot run Windows 11 builds higher than 22631
|
||||||
if ! grep -qw 'Features.*atomics' /proc/cpuinfo; then
|
if ! grep -qw 'Features.*atomics' /proc/cpuinfo; then
|
||||||
echo $(getBuild "$1" "$2" "22631.2861") && return 0
|
echo $(getBuild "$1" "$2" "22631.2861") && return 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue