Download ubantu in android using termux
- Kothari Ji
- Mar 28, 2022
- 1 min read
1. Update termux: apt-get update && apt-get upgrade -y 2. Install wget: apt-get install wget -y 3. Go to HOME folder: cd ~ 4. Download script: git clone https://github.com/MFDGaming/ubuntu-in-termux.git 5. Go to script folder: cd ubuntu-in-termux Give execution
6. permission: chmod +x ubuntu.sh 7.Run the script: ./ubuntu.sh -y 8.Now just start ubuntu: ./startubuntu.sh
Comments