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
2
locale-gen zh_CN.UTF-8
export LC_ALL="zh_CN.UTF-8"

本站由 VITAN 使用 Stellar 主题创建。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。