mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
feat: Implement ARM compatibility check for Windows 11 (#1417)
This commit is contained in:
parent
4a5e455389
commit
e56f059bd2
2 changed files with 6 additions and 4 deletions
|
|
@ -1885,6 +1885,10 @@ skipVersion() {
|
|||
return 1
|
||||
}
|
||||
|
||||
isCompatible() {
|
||||
return 0
|
||||
}
|
||||
|
||||
setMachine() {
|
||||
|
||||
local id="$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue