Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- ########
- # Termux
- ########
- pkg update && pkg upgrade
- apt update && apt upgrade
- termux-setup-storage
- pkg install aria2 python ffmpeg
- pip install youtube-dl
- #############
- # START NOTES
- #############
- ## Reference:
- ## <https://wiki.termux.com/wiki/Termux-setup-storage>
- ## <https://github.com/termux/termux-packages/issues/604>
- ###########
- # END NOTES
- ###########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement