Compare commits

...

2 Commits

Author SHA1 Message Date
5c089873ca 修复脚本执行错误
Some checks failed
Compile / build (x64, windows-latest) (push) Failing after 14s
Compile / build (x64, ubuntu-latest) (push) Failing after 1m35s
2024-10-05 22:56:04 +08:00
79242f9dd6 修复脚本执行错误 2024-10-05 22:54:33 +08:00
2 changed files with 2 additions and 2 deletions

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)"
```

View File

@ -32,4 +32,4 @@ tag_regex = '^v(?:\D*)?(?P<version>([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9
[[tool.pdm.source]]
name = "tuna"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"