Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neo-oli/chrooted-termux
- Owner: Neo-Oli
- Created: 2017-01-10T20:49:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T12:08:59.000Z (over 5 years ago)
- Last Synced: 2024-03-15T12:56:52.576Z (8 months ago)
- Language: Shell
- Size: 2.68 MB
- Stars: 112
- Watchers: 17
- Forks: 52
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.