在 Android 上使用 Ubuntu 安装 Droid Normal Assistant
七月 12, 2021
安卓一般固件解包打包助手, 简称: D.N.A
Android 下的一个高级终端模拟器,开源且不需要 root,支持 apt 管理软件包
打开Termux ,输入代码,获取存储权限
1 | termux-setup-storage |
下载git、tar、proot
1 | pkg update |
下载ubuntu.tar.xz及安装脚本
1 | git clone https://gitee.com/sharpeter/proot-ubuntu --depth 1 |
启动 ubuntu 20.04
1 | ubuntu |
输入下列代码
1 | sudo apt update && sudo apt upgrade -y #必须执行 |
下载 D.N.A
1 | git clone https://gitee.com/sharpeter/DNA.git --depth 1 |
启动
1 | cd DNA && python3 run.py |
- END -