Skip to content

Commit b190918

Browse files
committed
删除 | 修改
1 parent deaae96 commit b190918

File tree

4 files changed

+38
-105
lines changed

4 files changed

+38
-105
lines changed

Hosts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
172.66.140.62 e-hentai.org
2+
37.48.92.161 api.e-hentai.org
3+
172.66.132.196 repo.e-hentai.org
4+
104.20.18.168 forums.e-hentai.org
5+
95.211.208.236 upld.e-hentai.org
6+
7+
178.157.129.252 exhentai.org
8+
178.175.132.22 upld.exhentai.org
9+
10+
109.236.85.28 ehgt.org
11+
12+
178.175.132.22 s.exhentai.org
13+
14+
# 更新时间: 2025-08-23
15+
16+
104.21.48.1 rule34.world
17+
18+
# 更新时间: 2025-08-23
19+
20+
# 更新地址: https://Dong-Jing-Yu.github.io/Hosts

Termux/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
```
2+
${PREFIX}
3+
/data/data/com.termux/files/usr
4+
```
5+
6+
`${PREFIX}/etc/motd`
7+
8+
`${PREFIX}/etc/termux-login.sh`

Termux/install-MB

Lines changed: 0 additions & 93 deletions
This file was deleted.

Termux/install-NC

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/data/data/com.termux/files/usr/bin/bash -e
22

3-
echo -e "\033]0;NapCat安装\007"
4-
53
# 前景色(普通)
64
red='\033[1;31m'
75
magenta='\033[0;1;35;95m'
@@ -63,26 +61,26 @@ done
6361
if [ -f "$PREFIX/etc/apt/sources.list.bak" ]; then
6462
mv "$PREFIX/etc/apt/sources.list.bak" "$PREFIX/etc/apt/sources.list"
6563
fi
66-
if [ ! -d "$PREFIX/var/lib/proot-distro/installed-rootfs/napcat/" ]; then
64+
if [ ! -d "$PREFIX/var/lib/proot-distro/installed-rootfs/nc/" ]; then
6765
log "INFO" "安装debian容器..."
6866
export PD_OVERRIDE_TARBALL_URL="https://gh-proxy.com/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"
69-
proot-distro install debian --override-alias napcat
67+
export PD_OVERRIDE_TARBALL_SHA256="95256c700a41e34f3981af46e17f132291116c0e5e34594841ddfc766e627e85"
68+
proot-distro install debian --override-alias nc
7069
log "INFO" "安装完成!"
7170
fi
7271

7372

74-
7573
init_cmd="apt update -y && \
7674
apt install -y sudo curl && \
77-
curl -O https://github.tbedu.top/https://raw.githubusercontent.com/NapNeko/NapCat-Installer/refs/heads/main/script/install.sh && \
78-
sudo bash install.sh --docker n --cli n --proxy 10 && \
75+
curl -O https://gh-proxy.com/https://raw.githubusercontent.com/NapNeko/NapCat-Installer/refs/heads/main/script/install.sh && \
76+
sudo bash napcat.sh --docker n --cli n --proxy 3 && \
7977
apt autoremove -y && \
8078
apt clean && \
8179
rm -rf /tmp/* /var/lib/apt/lists"
82-
proot-distro sh napcat -- bash -c "$init_cmd"
80+
proot-distro sh nc -- bash -c "$init_cmd"
8381

8482
echo -e "${red}napcat容器安装成功,但请注意在运行上述指令时请加上⬇${reset}\n"
85-
echo -e "${green}proot-distro sh napcat -- bash -c "[指令]"${reset}\n"
86-
echo -e "保持后台可以使用 ${green}screen -dmS napcat bash -c 'proot-distro sh napcat -- bash -c "[指令]"'${reset}\n\n"
87-
echo -e "进入容器: ${green}proot-distro login napcat${reset}\n"
88-
echo -e "启动: ${green}proot-distro sh napcat -- bash -c \"xvfb-run -a qq --no-sandbox\"${reset}\n"
83+
echo -e "${green}proot-distro sh nc -- bash -c "[指令]"${reset}\n"
84+
echo -e "保持后台可以使用 ${green}screen -dmS nc bash -c 'proot-distro sh nc -- bash -c "[指令]"'${reset}\n\n"
85+
echo -e "进入容器: ${green}proot-distro login nc${reset}\n"
86+
echo -e "启动: ${green}proot-distro sh nc -- bash -c \"xvfb-run -a qq --no-sandbox\"${reset}\n"

0 commit comments

Comments
 (0)