We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0173818 commit 9a2e74dCopy full SHA for 9a2e74d
README.md
@@ -23,11 +23,16 @@
23

24
25
## 安装脚本
26
-
+###默认
27
```shell
28
curl -L https://raw.githubusercontent.com/xos/serverstatus/master/script/server-status.sh -o server-status.sh && chmod +x server-status.sh
29
sudo ./server-status.sh
30
```
31
+###国内
32
+```shell
33
+curl -L https://gitee.com/ten/ServerStatus/raw/master/script/server-status.sh -o server-status.sh && chmod +x server-status.sh
34
+sudo ./server-status.sh
35
+```
36
37
<details>
38
<summary>国内镜像加速:</summary>
0 commit comments