Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neo-oli/chrooted-termux

Script to setup a chrooted termux on termux, providing an isolated environment for testing
https://github.com/neo-oli/chrooted-termux

Last synced: about 7 hours ago
JSON representation

Script to setup a chrooted termux on termux, providing an isolated environment for testing

Awesome Lists containing this project

README

        

# Run Termux in Termux

A script to setup a chroot jail containing a seperate termux evironment on termux. It can be used for example for testing packages to see if all the requirements are correctly set, because you can start out with a fresh installation of Termux without having to have a dedicated testing device.

After running it you can run "./start.sh" to switch into the the chrooted termux.

## Using Proot

You can use the prooted-termux script to create a jail using proot. This will work without root, but doesn't work correctly with Android 8

## Using proper chroot

Using the chrooted-termux script you can create a jail using unshare and chroot. This will require a rooted device.