Skip to content

NiDrZero/Termux-Distro-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Termux-Distro-Manager

Distro Manager Script

A simple Bash script for managing Proot distributions in Termux. This script provides an easy way to install, remove, login, and manage persistent directory bindings for chroot-based Linux distributions using Termux's proot-distro.

Features

  • List available distributions.

  • Install and remove distributions.

  • Login into distributions with persistent directory bindings.

  • Bind and unbind directories to/from distributions.

  • View current bindings for a distribution.

Usage

Prerequisites

Ensure that Termux and the following packages are installed:

  • proot
  • proot-distro

You can install them using: pkg install proot proot-distro

Running the Script

  1. Clone this repository or download the script.
git clone https://github.com/NiDrZero/Termux-Distro-Manager.git
  1. Make the script executable:
 chmod +x distro_manager.sh
  1. Run the script:
 ./distro_manager.sh

Important Notes

  • Provided As-Is: This script is provided without any guarantees or warranties. Use at your own risk.

  • No Support for Root Access: This script uses Proot, which does not provide real root access or privilege escalation.

  • Compatibility: Designed for Termux on Android devices.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

About

Wrapper script for proot-distro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages