Skip to content

Commit 97ae83d

Browse files
committed
修改
1 parent 3affe96 commit 97ae83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Termux/install-NC

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ for cmd in screen proot-distro; do
5555
command -v "$cmd" >/dev/null 2>&1 || pkg install -y "$cmd"
5656
done
5757
log "INFO" "安装debian容器..."
58-
export PD_OVERRIDE_TARBALL_URL="https://gitee.com/Dong-Jing-Yu/Dong-Jing-Yu.github.io/raw/main/Termux/proot-distro/debian-bookworm-aarch64-pd-v4.17.3.tar.xz"
58+
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"
5959
proot-distro install debian --override-alias nc
6060
log "INFO" "安装完成!"
6161
mv "$PREFIX/etc/apt/sources.list.bak" "$PREFIX/etc/apt/sources.list"
@@ -68,7 +68,7 @@ sudo bash napcat.sh --docker n --cli n && \
6868
apt autoremove -y && \
6969
apt clean && \
7070
rm -rf /tmp/* /var/lib/apt/lists"
71-
proot-distro sh napcat -- bash -c "$init_cmd"
71+
proot-distro sh nc -- bash -c "$init_cmd"
7272

7373
echo -e "${red}napcat容器安装成功, 上方无效信息无需关注, 请参考下方说明⬇${reset}"
7474

0 commit comments

Comments
 (0)