STEP BY STEP :
- 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:
git clone https://github.com/MFDGaming/ubuntu-in-termux.git - Go to script folder:
cd ubuntu-in-termux - Give execution permission:
chmod +x ubuntu.sh - Run the script:
./ubuntu.sh -y - Now just start ubuntu:
./startubuntu.sh



0 Comments