暗无天日

=============>DarkSun的个人博客

用Termux模拟Ubuntu

在Github上看到一个很有趣的项目:termux-ubunut

它可以在Termux chroot中为你安装一个Ubuntu

根据README,步骤特别简单

  1. 安装wget和proot

    pkg install proot wget
    
  2. 然后在想安装ubuntu的目录下执行仓库中的安装脚本即可

    mkdir  ~/ubuntu
    cd ~/ubuntu
    wget https://raw.githubusercontent.com/Neo-Oli/termux-ubuntu/master/ubuntu.sh -O - |bash