Skip to content

Commit ff38f4f

Browse files
authored
Update install.sh
1 parent 752228c commit ff38f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# detect architecture
44
detect_arch() {
55
case $(uname -m) in
6-
armv7l)
6+
armv7l | armv8l)
77
echo "android-armv7"
88
;;
9-
aarch64 | armv8l)
9+
aarch64)
1010
echo "android-arm64"
1111
;;
1212
*)

0 commit comments

Comments
 (0)