mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
♿️
This commit is contained in:
parent
9c72f99f9d
commit
017ae108bd
@ -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
|
||||
|
||||
|
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user