This commit is contained in:
naiba 2020-11-30 11:15:34 +08:00
parent 9c72f99f9d
commit 017ae108bd
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ C/S 采用 gRPC 通信,客户端通过添加主机生成的单独 Token 上报
```shell
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
sudo nezha.sh
sudo ./nezha.sh
```
## FAQ

View File

@ -16,6 +16,7 @@ red='\033[0;31m'
green='\033[0;32m'
yellow='\033[0;33m'
plain='\033[0m'
export PATH=$PATH:/usr/local/bin
os_version=""
os_arch=""