You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install pass coffin on a non-rooted Android device via termux. I'm stuck on sudo make install step. It complains that it can't find /etc/bash_completion.d directory:
install: creating directory '/data/data/com.termux/files/usr/lib/password-store'
install: creating directory '/data/data/com.termux/files/usr/lib/password-store/extensions'
install: cannot change permissions of ‘/etc/bash_completion.d’: No such file or directory
make: *** [Makefile:18: install] Error 1
There may be two things here:
no sudo access
location is wrong (by default termux uses $PREFIX - /data/data/com.termux/files/usr)
Any advice would be really appreciated.
The text was updated successfully, but these errors were encountered:
However, even after moving them to the correct location pass open still gives the same error as above.
Also termux doesn't use systemd so automatic timers won't work after opening the coffin, so it may make more sense to just extract coffin manually and close it via cron job every 10 minutes or so.
If anyone have managed to get this to work though please let me know.
I'm trying to install pass coffin on a non-rooted Android device via termux. I'm stuck on
sudo make install
step. It complains that it can't find/etc/bash_completion.d
directory:There may be two things here:
/data/data/com.termux/files/usr
)Any advice would be really appreciated.
The text was updated successfully, but these errors were encountered: