Added a comment

This commit is contained in:
anthony@ad39673d230d75cbfd19d2757d754030049c7673 2019-05-15 17:55:58 +00:00 committed by admin
parent a275f65662
commit 2d7186b43d

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="anthony@ad39673d230d75cbfd19d2757d754030049c7673"
nickname="anthony"
avatar="http://cdn.libravatar.org/avatar/05b48b72766177b3b0a6ff4afdb70790"
subject="comment 3"
date="2019-05-15T17:55:58Z"
content="""
Yep, that's the same installer. After running it on my phone, I have a `~/.profile`:
```
$ cat .profile
PATH=$PATH:/data/data/com.termux/files/home/git-annex.linux
```
The code that adds it is in `~/git-annex.linux/runshell` (which is a shell script). That'd be a good place to start debugging if your `~/.profile` doesn't have the path line.
"""]]