๐ฆINSTALL UBUNTU ON TERMUX WITHOUT ROOT :
FASTEST WAY :
๐ธ๐ฝ๐
๐
๐ฐ๐ป๐ป๐ธ๐
๐ฐ๐
๐ธ๐พ๐ฝ & ๐
๐
๐ฝ :
1️⃣Update termux: apt-get update && apt-get upgrade -y
2️⃣Install wget: apt-get install wget -y
3️⃣Install proot: apt-get install proot -y
4️⃣Install git: apt-get install git -y
5️⃣Go to HOME folder: cd ~
6️⃣Download script: git clone https://github.com/MFDGaming/ubuntu-in-termux.git
7️⃣Go to script folder: cd ubuntu-in-termux
8️⃣Give execution permission: chmod +x ubuntu.sh
9️⃣Run the script: ./ubuntu.sh -y
๐Now just start ubuntu: ./startubuntu.sh
0 Comments