dotfiles/config/automatrop/roles/software/templates/snippets/pm_termux.j2

10 lines
120 B
Plaintext
Raw Normal View History

{#
Stuff that only makes sense on Termux
#}
{% if termux %}
{% if root_access %}
tsu
{% endif %}
termux-api
{% endif %}