We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce151bd commit 6bb5737Copy full SHA for 6bb5737
Termux/install-NC
@@ -57,7 +57,7 @@ done
57
58
if [ ! -d "$PREFIX/var/lib/proot-distro/installed-rootfs/nc/" ]; then
59
log "INFO" "安装debian容器..."
60
- export PD_OVERRIDE_TARBALL_URL="https://gitee.com/Dong-Jing-Yu/Dong-Jing-Yu.gitee.io/raw/main/Termux/proot-distro/debian-bookworm-aarch64-pd-v4.17.3.tar.xz"
+ export PD_OVERRIDE_TARBALL_URL="https://raw.githubusercontent.com/Dong-Jing-Yu/Dong-Jing-Yu.github.io/refs/heads/main/Termux/proot-distro/debian-bookworm-aarch64-pd-v4.17.3.tar.xz"
61
proot-distro install debian --override-alias nc
62
log "INFO" "安装完成!"
63
fi
0 commit comments