From 02b18327a9833fb7fa01fa63c860bffaa6a9f468 Mon Sep 17 00:00:00 2001 From: sushen339 Date: Tue, 21 Oct 2025 11:57:59 +0800 Subject: [PATCH] --- AutoUpdateJdCookie.sh => AutoUpdateJdCookie_install.sh | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename AutoUpdateJdCookie.sh => AutoUpdateJdCookie_install.sh (99%) diff --git a/AutoUpdateJdCookie.sh b/AutoUpdateJdCookie_install.sh similarity index 99% rename from AutoUpdateJdCookie.sh rename to AutoUpdateJdCookie_install.sh index 2c75d65..3ea22e9 100644 --- a/AutoUpdateJdCookie.sh +++ b/AutoUpdateJdCookie_install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# AutoUpdateJdCookie.sh - 京东Cookie自动更新工具安装脚本 +# AutoUpdateJdCookie_install.sh - 京东Cookie自动更新工具安装脚本 set -euo pipefail diff --git a/README.md b/README.md index c32923e..557c7a2 100644 --- a/README.md +++ b/README.md @@ -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 权限运行,详细参数和说明请阅读各脚本头部注释。