File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ for cmd in screen proot-distro; do
55
55
command -v " $cmd " > /dev/null 2>&1 || pkg install -y " $cmd "
56
56
done
57
57
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"
59
59
proot-distro install debian --override-alias nc
60
60
log " INFO" " 安装完成!"
61
61
mv " $PREFIX /etc/apt/sources.list.bak" " $PREFIX /etc/apt/sources.list"
@@ -68,7 +68,7 @@ sudo bash napcat.sh --docker n --cli n && \
68
68
apt autoremove -y && \
69
69
apt clean && \
70
70
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 "
72
72
73
73
echo -e " ${red} napcat容器安装成功, 上方无效信息无需关注, 请参考下方说明⬇${reset} "
74
74
You can’t perform that action at this time.
0 commit comments