diff --git a/doc/bugs/android_installation_fails/comment_1_5d18aa98897d0dffb8e08e6ba0ad6037._comment b/doc/bugs/android_installation_fails/comment_1_5d18aa98897d0dffb8e08e6ba0ad6037._comment new file mode 100644 index 0000000000..2894bd96f7 --- /dev/null +++ b/doc/bugs/android_installation_fails/comment_1_5d18aa98897d0dffb8e08e6ba0ad6037._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2019-01-18T15:53:31Z" + content=""" +armv71 is 32 bit arm, so it may work to edit the git-annex-install script +that you downloaded, and add this to the case statement: + + armv71) + arch=armel + ;; +"""]]