(需要下载termux)
termux下载链接:
https://f-droid.org/repo/com.termux_118.apk
(直链,可复制到浏览器下载)
v0.117
sed -i 's@^\(deb.*stable main\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/termux-packages-24 stable main@' $PREFIX/etc/apt/sources.list
sed -i 's@^\(deb.*games stable\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/game-packages-24 games stable@' $PREFIX/etc/apt/sources.list.d/game.list
sed -i 's@^\(deb.*science stable\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/science-packages-24 science stable@' $PREFIX/etc/apt/sources.list.d/science.list
apt update && apt upgrade
pkg install python3
pip install you-get
you-get https://f-droid.org/repo/com.termux_118.apk -o /sdcard/Download
v0.118
sed -i 's@^\(deb.*stable main\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/termux-packages-24 stable main@' $PREFIX/etc/apt/sources.list
apt update && apt upgrade
pkg install python3
pip install you-get
you-get https://f-droid.org/repo/com.termux_118.apk -o /sdcard/Download

文件保存在Download目录,与大家共勉!