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 权限运行,详细参数和说明请阅读各脚本头部注释。