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

13 lines
161 B
Plaintext
Raw Normal View History

{#
Programs used to download sutff off the internet
#}
wget
curl
rsync
youtube-dl
megatools
transmission-cli
2021-06-18 19:53:42 +00:00
{% if display_server %}
transmission-qt
{% endif %}