Android: Fix typo of name of armv7l in installation script. Thanks, 4omecha.

This commit is contained in:
Joey Hess 2019-03-22 09:39:18 -04:00
parent b22d07ba93
commit 97ae0f2c22
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 4 additions and 1 deletions

View file

@ -27,3 +27,4 @@ Patch below:
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Sure, love it! :)
> Lo1! Thanks for the patch. [[done]] --[[Joey]]

View file

@ -18,7 +18,7 @@ case $(uname -m) in
arm)
arch=armel
;;
armv71)
armv7l)
arch=armel
;;
x86_64)