add git-remote-annex to standalone builds

Didn't add to windows installer because I don't currently have a Windows
system to test.
This commit is contained in:
Joey Hess 2024-05-28 13:12:51 -04:00
parent e9a2e4e94d
commit ce95cac195
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 58 additions and 3 deletions

View file

@ -211,7 +211,7 @@ case "$os" in
# not the bundled one.
rm -f bin/uname
# Fix shell scripts to work when run inside proot.
termux-fix-shebang bin/* runshell git-annex git-annex-shell git-annex-webapp
termux-fix-shebang bin/* runshell git-annex git-annex-shell git-annex-webapp git-remote-annex
cd "$orig"
# Save the poor Android user the typing.
if echo "$SHELL" | grep -q '/bash'; then