This commit is contained in:
sushen339
2025-10-21 11:57:59 +08:00
parent fe3d2ebe3b
commit 02b18327a9
2 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
#!/bin/bash
# AutoUpdateJdCookie.sh - 京东Cookie自动更新工具安装脚本
# AutoUpdateJdCookie_install.sh - 京东Cookie自动更新工具安装脚本
set -euo pipefail
+2 -2
View File
@@ -89,13 +89,13 @@ bash <(curl -fsSL "https://gh-proxy.net/https://raw.githubusercontent.com/sushen
一键安装:
```bash
bash <(curl -fsSL "https://raw.githubusercontent.com/sushen339/tools/main/AutoUpdateJdCookie.sh")
bash <(curl -fsSL "https://raw.githubusercontent.com/sushen339/tools/main/AutoUpdateJdCookie_install.sh")
```
代理加速:
```bash
bash <(curl -fsSL "https://gh-proxy.net/https://raw.githubusercontent.com/sushen339/tools/main/AutoUpdateJdCookie.sh")
bash <(curl -fsSL "https://gh-proxy.net/https://raw.githubusercontent.com/sushen339/tools/main/AutoUpdateJdCookie_install.sh")
```
> 建议所有脚本以 root 权限运行,详细参数和说明请阅读各脚本头部注释。