A automatic script to install any distro by yourself in Termux. You need to find the URL of rootfs images by yourself. Rootfs can be from proot-distro, Udroid or any other site.
Paste following command into Termux.
curl https://raw.githubusercontent.com/23xvx/Termux-Proot-Custom-Installer/main/wget-proot-distro.sh >> wget-proot-distro.sh
bash wget-proot-distro.sh
Paste following command into Termux.
curl https://raw.githubusercontent.com/23xvx/Termux-Proot-Custom-Installer/main/wget-proot.sh >> wget-proot.sh
bash wget-proot.sh
03/06/2023 Adding option for already downloaded files.
07/06/2023 Remove option (Error occurred).
24/07/2023 Binding cap_last_cap in custom proot startup scipt.