/Termux-Proot-Custom-Installer

A script to install any distro by yourself in Termux

Primary LanguageShellApache License 2.0Apache-2.0

Termux-Proot-Custom-Installer

An easy script to install any distro by yourself in Termux. You need to find the URL of rootfs images by yourself.

Some recommended sites

1. Via proot-distro

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

2. Via Custom Proot (Recommend)

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

Changelog

  • 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