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 7455c6b commit 2ee25f8Copy full SHA for 2ee25f8
Termux/install-NC
@@ -72,8 +72,8 @@ fi
72
73
init_cmd="apt update -y && \
74
apt install -y sudo curl && \
75
-curl -O https://gitee.com/Dong-Jing-Yu/Dong-Jing-Yu.gitee.io/raw/main/Termux/napcat.sh && \
76
-sudo bash napcat.sh --docker n --cli n && \
+curl -O https://github.tbedu.top/https://raw.githubusercontent.com/NapNeko/NapCat-Installer/refs/heads/main/script/install.sh && \
+sudo bash install.sh --docker n --cli n --proxy 10 && \
77
apt autoremove -y && \
78
apt clean && \
79
rm -rf /tmp/* /var/lib/apt/lists"
0 commit comments