(需要下載termux)
termux下載鏈接:
https://f-droid.org/repo/com.termux_118.apk
(直鏈,可復(fù)制到瀏覽器下載)
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目錄,與大家共勉!