- Install necessary pkgs
pkg install aria2c wget python git
- Download webui for aria2c
| #!/bin/sh | |
| echo 'NOTE: You can now install cloudflared directly from Termux repos.' | |
| echo 'NOTE: To install it from source instead, open the script and comment out the next two lines.' | |
| pkg install cloudflared | |
| exit | |
| # ^ comment out these lines to proceed with the script | |
| echo "--upgrading packages" | |
| yes "" | pkg update |
| #!/data/data/com.termux/files/usr/bin/zsh | |
| # | |
| # This is a termux-url-opener script to do diffrent tasks on my Android phone | |
| # | |
| # | |
| # | |
| # How to use this script | |
| ############################# | |
| # Create the bin directory | |
| # ➜ ~ mkdir bin |