diff --git a/README.md b/README.md index f89ab378..73fb5820 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ nohup python3 app.py & tail -f nohup.out **(1) 下载 docker-compose.yml 文件** ```bash -wget https://cdn.link-ai.tech/code/cow/docker-compose.yml +curl -O https://cdn.link-ai.tech/code/cow/docker-compose.yml ``` 下载完成后打开 `docker-compose.yml` 填写所需配置,例如 `CHANNEL_TYPE`、`OPEN_AI_API_KEY` 和等配置。 diff --git a/docs/agent.md b/docs/agent.md index 9fcdbe45..51a9468c 100644 --- a/docs/agent.md +++ b/docs/agent.md @@ -127,7 +127,7 @@ Agent可根据智能体的名称和描述进行决策,并通过 app_code 调 在命令行中执行: ```bash -bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh) +bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh) ``` 详细说明及后续程序管理参考:[项目启动脚本](https://github.com/zhayujie/chatgpt-on-wechat/wiki/CowAgentQuickStart) diff --git a/docs/en/README.md b/docs/en/README.md index f40b3d0b..2984fec1 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -107,7 +107,7 @@ nohup python3 app.py & tail -f nohup.out ### Docker Deployment ```bash -wget https://cdn.link-ai.tech/code/cow/docker-compose.yml +curl -O https://cdn.link-ai.tech/code/cow/docker-compose.yml # Edit docker-compose.yml with your config sudo docker compose up -d sudo docker logs -f chatgpt-on-wechat diff --git a/docs/en/guide/manual-install.mdx b/docs/en/guide/manual-install.mdx index 8ce7ba81..5550f815 100644 --- a/docs/en/guide/manual-install.mdx +++ b/docs/en/guide/manual-install.mdx @@ -67,7 +67,7 @@ Docker deployment does not require cloning source code or installing dependencie **1. Download config** ```bash -wget https://cdn.link-ai.tech/code/cow/docker-compose.yml +curl -O https://cdn.link-ai.tech/code/cow/docker-compose.yml ``` Edit `docker-compose.yml` with your configuration. diff --git a/docs/en/guide/quick-start.mdx b/docs/en/guide/quick-start.mdx index 9fc67579..c9f3551e 100644 --- a/docs/en/guide/quick-start.mdx +++ b/docs/en/guide/quick-start.mdx @@ -10,7 +10,7 @@ Supports Linux, macOS, and Windows. Requires Python 3.7-3.12 (3.9 recommended). ## Install Command ```bash -bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh) +bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh) ``` The script automatically performs these steps: diff --git a/docs/en/intro/index.mdx b/docs/en/intro/index.mdx index d6f84781..2fb07a24 100644 --- a/docs/en/intro/index.mdx +++ b/docs/en/intro/index.mdx @@ -41,7 +41,7 @@ CowAgent can proactively think and plan tasks, operate computers and external re Run the following command in your terminal for one-click install, configuration, and startup: ```bash -bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh) +bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh) ``` By default, the Web service starts after running. Access `http://localhost:9899/chat` to chat in the web interface. diff --git a/docs/guide/manual-install.mdx b/docs/guide/manual-install.mdx index c2b8542c..819470a7 100644 --- a/docs/guide/manual-install.mdx +++ b/docs/guide/manual-install.mdx @@ -71,7 +71,7 @@ nohup python3 app.py & tail -f nohup.out **1. 下载配置文件** ```bash -wget https://cdn.link-ai.tech/code/cow/docker-compose.yml +curl -O https://cdn.link-ai.tech/code/cow/docker-compose.yml ``` 打开 `docker-compose.yml` 填写所需配置。 diff --git a/docs/guide/quick-start.mdx b/docs/guide/quick-start.mdx index 2143941e..428b2293 100644 --- a/docs/guide/quick-start.mdx +++ b/docs/guide/quick-start.mdx @@ -10,7 +10,7 @@ description: 使用脚本一键安装和管理 CowAgent ## 安装命令 ```bash -bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh) +bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh) ``` 脚本自动执行以下流程: