diff --git a/docs/en_US/guide/agent.md b/docs/en_US/guide/agent.md index dfd8fbd9..cebb9f1a 100644 --- a/docs/en_US/guide/agent.md +++ b/docs/en_US/guide/agent.md @@ -46,7 +46,7 @@ If you encounter errors when running the one-click installation command in Power 2. Run the script on the monitored server: ```bash -curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh +curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh ``` 1. Select “Install monitoring Agent.” @@ -403,4 +403,4 @@ restart() { **The Agent does not currently have a Docker image.** The design philosophy of the Agent is opposite to that of the Dashboard. While the Dashboard should minimally impact the server, the Agent needs to execute monitoring services and run commands within the server. -Running the Agent inside a container can still perform monitoring tasks, but features like WebShell will not function properly, so no Docker image is provided. \ No newline at end of file +Running the Agent inside a container can still perform monitoring tasks, but features like WebShell will not function properly, so no Docker image is provided.