Skip to content

Commit 9a2e74d

Browse files
authored
Update README.md
1 parent 0173818 commit 9a2e74d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@
2323
![后台截图](https://i.nange.cn/views/2022/05/25/fd1b7d.png)
2424

2525
## 安装脚本
26-
26+
###默认
2727
```shell
2828
curl -L https://raw.githubusercontent.com/xos/serverstatus/master/script/server-status.sh -o server-status.sh && chmod +x server-status.sh
2929
sudo ./server-status.sh
3030
```
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+
```
3136

3237
<details>
3338
<summary>国内镜像加速:</summary>

0 commit comments

Comments
 (0)