Termux安装Linux
安装脚本
添加源
1 | echo "deb [trusted=yes] https://yadominjinta.github.io/files/ termux extras" >> $PREFIX/etc/apt/sources.list |
安装
1 | pkg install atilo-cn -y |
使用
1 | atilo [命令] [参数] |
安装 Linux
1 | atilo ubuntu |
运行 linux
1 | startubuntu |
设置中文
修改/etc/locale.gen
1 | locale-gen zh_CN.UTF-8 |