Issue
Thanks to termux-packaging, I could make a custom bootstrap.zip that had openssh installed.
But I want to run some commands (like sshd to start ssh service) right after TermuxInstaller setup thread finished.
Is there a good way to achieve this?
Solution
Try adding the ssh Command you want to run to the bash.bashrc file of your bootstrap...afaik..that should do the trick
Answered By - hewhomustnotbenamed