This is a script that allows you to install Ubuntu in your termux application without a rooted device
• Added more version
This script downloads file from Ubuntu's file server via some fixed urls. They can fail if the addresses are changed or if the files were removed. Consider changing version if the download fails persistently.
• If you get an error message that says "Fatal Kernel too old" you have to uncomment the line that reads "command+=" -k 4.14.81"" (remove the # that is located in front of the line) in the "startubuntu.sh" file
- Update termux:
apt-get update && apt-get upgrade -y
- Install wget, proot and git:
apt-get install wget proot git -y
- Go to HOME folder:
cd ~
- Download script:
git clone https://github.com/TISnoob/ubuntu-in-termux.git
- Go to script folder:
cd ubuntu-in-termux
- Give execution permission:
chmod +x ubuntu.sh
- Run the script:
./ubuntu.sh
- Configure installation.
- Now just start ubuntu:
./startubuntu.sh