Ubuntu-Termux
Installation:
- Update termux:
apt-get update && apt-get upgrade -y
- Install wget:
apt-get install wget -y
- Install proot:
apt-get install proot -y
- Install git:
apt-get install git -y
- Go to HOME folder:
cd ~
- Download script:
wget https://raw.githubusercontent.com/Alygnt/Ubuntu-Termux/main/install-ubuntu
- Give execution permission:
chmod +x install-ubuntu
- Run the script:
./install-ubuntu -y
- Now just start ubuntu:
./startubuntu.sh