mirror of
https://github.com/dockur/windows.git
synced 2025-12-19 08:50:37 +00:00
feat: Implement ARM compatibility check for Windows 11 (#1417)
This commit is contained in:
@@ -1885,6 +1885,10 @@ skipVersion() {
|
||||
return 1
|
||||
}
|
||||
|
||||
isCompatible() {
|
||||
return 0
|
||||
}
|
||||
|
||||
setMachine() {
|
||||
|
||||
local id="$1"
|
||||
|
||||
Reference in New Issue
Block a user