Skip to content

Commit

Permalink
update script repo url (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb authored Nov 6, 2024
1 parent 938cd7d commit d4616c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/case/case5.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ bash <(wget -qO- https://raw.githubusercontent.com/fscarmen2/Argo-Nezha-Service-
## 客户端接入
通过gRPC传输,无需额外配置。使用面板给到的安装方式,举例
```
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh install_agent nezha.seales.nom.za 443 eAxO9IF519fKFODlW0 --tls
curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh install_agent nezha.seales.nom.za 443 eAxO9IF519fKFODlW0 --tls
```


Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/case/case5.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ bash <(wget -qO- https://raw.githubusercontent.com/fscarmen2/Argo-Nezha-Service-
## Client Access
Transfer via gRPC, no additional configuration required. Use the installation method given in the panel, for example
```
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh install_agent data.seales.nom.za 443 eAxO9IF519fKFODlW0 --tls
curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh install_agent data.seales.nom.za 443 eAxO9IF519fKFODlW0 --tls
```


Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/guide/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
```

1. Select “Install monitoring Agent.”
Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/guide/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Nazha supports custom OIDC authentication login. For configuration details, plea

Run the installation script on the dashboard server:
```bash
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
```

After Docker installation completes, enter the following values:
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ Agent 二进制文件仓库地址为:<https://github.com/nezhahq/agent/release
2. 在被控服务器中,运行脚本(位于中国大陆的服务器请使用镜像):

```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/nezhahq/scripts/main/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
```

如果你的被控服务器位于中国大陆,可以使用镜像:

```bash
curl -L https://gitee.com/naibahq/nezha/raw/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo CN=true ./nezha.sh
curl -L https://gitee.com/naibahq/scripts/raw/main/install.sh -o nezha.sh && chmod +x nezha.sh && sudo CN=true ./nezha.sh
```

3. 选择“安装监控 Agent”。
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ outline: deep

在面板服务器中,运行安装脚本:
```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/nezhahq/scripts/main/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
```
如果你的面板服务器位于中国大陆,可以使用镜像:
```bash
curl -L https://gitee.com/naibahq/nezha/raw/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo CN=true ./nezha.sh
curl -L https://gitee.com/naibahq/scripts/raw/main/install.sh -o nezha.sh && chmod +x nezha.sh && sudo CN=true ./nezha.sh
```

等待 Docker 安装完毕后,分别输入以下值:
Expand Down

0 comments on commit d4616c0

Please sign in to comment.