diff --git a/README.md b/README.md index 65c35a4..41a51a4 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Linux 服务器可使用 `deploy.sh` 一键下载并部署 `main` 分支的最 - 保留 deploy 参数,以便下载脚本后直接执行部署,而不是进入交互菜单。 ```bash -bash <(curl -fsSL https://raw.githubusercontent.com/ghuang-top/AI_English/main/deploy.sh) deploy +bash <(curl -fsSL https://gitea.tohub.top/Share/AI_English/raw/branch/main/deploy.sh) deploy ``` 脚本会将 `src/index.html`、`src/js/` 和 `src/styles/` 部署到 `/root/data/docker_data/Nginx/html/english/ai/`,清理目标目录中的其他内容,但保留已有的 `data/` 目录。运行前请确认目标路径符合服务器配置;脚本需要 root 权限以及 `curl`、`tar`、`find` 命令。