Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Neo-Oli/termux-ubuntu
Ubuntu chroot on termux
https://github.com/Neo-Oli/termux-ubuntu
Last synced: 8 days ago
JSON representation
Ubuntu chroot on termux
- Host: GitHub
- URL: https://github.com/Neo-Oli/termux-ubuntu
- Owner: Neo-Oli
- Archived: true
- Created: 2017-01-03T19:16:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T10:48:52.000Z (about 3 years ago)
- Last Synced: 2024-08-01T16:38:33.023Z (3 months ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 849
- Watchers: 77
- Forks: 315
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-termux-hacking - termux-ubuntu - Ubuntu chroot on termux.[![->](https://img.shields.io/github/stars/Neo-Oli/termux-ubuntu.svg?style=social&label=Star&maxAge=2592000)](https://github.com/Neo-Oli/termux-ubuntu/stargazers/) (Uncategorized / Uncategorized)
README
# termux-ubuntu
A script to install Ubuntu chroot in Termux
You need to install wget and proot in Termux before using this script.
```
pkg install wget proot
```The script will make its files in the current directory. So if you want your Ubuntu-filesystem at a particular location switch to that folder first and then call the script with it's relative path. Example:
```
mkdir -p ~/jails/ubuntu
cd ~/jails/ubuntu
wget https://raw.githubusercontent.com/Neo-Oli/termux-ubuntu/master/ubuntu.sh
bash ubuntu.sh
```After running it you can run "start-ubuntu.sh" to switch into your ubuntu