修复脚本执行错误

This commit is contained in:
远野千束 2024-10-05 22:54:33 +08:00
parent 22feee38ee
commit 79242f9dd6

View File

@ -31,7 +31,7 @@ _✨ 服务器状态 - 客户端 ✨_
```shell
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/snowykami/server-status-client/refs/heads/main/deploy.sh)"
```
如果位于中国大陆,可使用国内镜像
如果位于中国大陆无法访问GitHub可使用中国版脚本
```shell
sudo bash -c "$(curl -sSL https://git.liteyuki.icu/snowykami/server-status-client/raw/branch/main/deploy-cn.sh)"
```