mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Added arm64 support to the install script
This commit is contained in:
parent
7042811ee6
commit
a32f8118b1
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ detect_cpu()
|
|||
CPU=armv7
|
||||
;;
|
||||
|
||||
aarch64)
|
||||
aarch64 | arm64)
|
||||
CPU=arm64
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue