I tried to install using termux (from F-Droid).
On running source git-annex-install i get unknown architecture armv81, cannot install
actually, I have no idea whats going on.
I tried to install using termux (from F-Droid).
On running source git-annex-install i get unknown architecture armv81, cannot install
actually, I have no idea whats going on.
The installer is running the command
uname -m
to find out what kind of processor your Android device has. It doesn't recognize "armv81"What you can try is to open the git-annex-install script in a text editor, and add a case under
uname -m
for "armv81". My guess is that this would work:Or maybe this:
Hi Joey,
thanks for helping. Unfortunately, installation with arm64 fails with something that 64bit executables are not supported. using "armel" installation seems ok, ("git-annex is sucessfully installed; installation complete")
but then "git annex webapp" gives git: 'annex' is not a git command
using "arm" (without the "el") gives Error 404 on downloading, so I guess you really meant "armel" (32 bits)
Til