update script repo url (#106)
This commit is contained in:
@@ -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.”
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user