An easy script to install any distro by yourself in Termux. You need to find the URL of rootfs images by yourself.
Paste following command into Termux.
curl -s 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 -s 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.
- 21/12/2023 Huge improvement on wget-proot.sh , making it more flexible and easy to configure.
- 04/05/2024 Adding option to remove rootfs directory in
wget-proot.sh
- 01/06/2024 Adding option to reinstall custom distro in
wget-proot-distro.sh