感谢分享,最近我在搭这个,用的是国行s10, 发现在安装termux-Ubuntu的时候会出现proot的错误,后来看到这: https://github.com/termux/termux-app/issues/381 并按照:that repo works!!!
that help me fixed error aboveUpdate termux: apt-get update && apt-get upgrade -y
Install wget: apt-get install wget -y
Install proot: apt-get install proot -y
Install git: apt-get install git -y
Go to HOME folder: cd ~
Download script: git clone https://github.com/MFDGaming/ubuntu-in-termux.git
Go to script folder: cd ubuntu-in-termux
Give execution permission: chmod +x ubuntu.sh
Run the script: ./ubuntu.sh -y
Now just start ubuntu: ./startubuntu.sh完成了linux安装,即将进行下一步。另外同事推荐的aid learing也是不错的选择,里面已经内置了可用的vscode