https://github.com/Neo-Oli/termux-ubuntu
Ubuntu chroot on termux
https://github.com/Neo-Oli/termux-ubuntu
Last synced: 20 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T10:48:52.000Z (over 3 years ago)
- Last Synced: 2024-10-30T08:51:23.225Z (6 months ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 867
- Watchers: 78
- Forks: 310
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-termux-hacking - termux-ubuntu - Ubuntu chroot on termux.[](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