Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.04 KB

README.md

File metadata and controls

54 lines (43 loc) · 2.04 KB

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 -s https://raw.githubusercontent.com/23xvx/Termux-Proot-Custom-Installer/main/wget-proot-distro.sh >> wget-proot-distro.sh
bash wget-proot-distro.sh
  • Options can be viewed with --help option :
    Usage: wget-proot-distro.sh <options>

    The script will ask for the URL and name of the distro during installation as default
    If you want to provide the URL and name as arguments, use the following options
    
        --url <url>          URL of the rootfs tarball
        --name <name>        name of the distro

2. Via Custom Proot (Recommend)

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
  • Options can be viewed with --help option :
    Usage: wget-proot.sh <options>

    The script will ask for the URL and name of the distro during installation as default
    If you want to provide the URL and name as arguments, use the following options
    
        --url <url>          URL of the rootfs tarball
        --name <name>        name of the distro

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
  • 22/12/2024 Adding option to provide URL and DISTRO_NAME as arguments