文章目录
准备
- Android手机
- Termux 0.95+
- 梯子(可选)
1. 更新apt-get
apt-get update && apt-get upgrade -y
2. 安装wget
apt-get install wget -y
3. 安装proot
apt-get install proot -y
4. 安装git
apt-get install git -y
5. 回到home目录
cd ~
6. 克隆atilo脚本
git clone https://github.com/MFDGaming/ubuntu-in-termux.git
7. 打开ubuntu-in-termux目录
cd ubuntu-in-termux
8. 给执行权限
chmod +x ubuntu.sh
9. 运行ubuntu.sh
./ubuntu.sh -y
10. 运行Ubuntu
./startubuntu.sh
该脚本源于: