Added arm64 support to the install script

This commit is contained in:
Andrey Meshkov
2021-02-01 00:33:17 +03:00
parent 7042811ee6
commit a32f8118b1

View File

@@ -97,7 +97,7 @@ detect_cpu()
CPU=armv7
;;
aarch64)
aarch64 | arm64)
CPU=arm64
;;