mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-24 16:15:19 +08:00
Compare commits
2 Commits
22feee38ee
...
5c089873ca
Author | SHA1 | Date | |
---|---|---|---|
5c089873ca | |||
79242f9dd6 |
@ -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)"
|
||||
```
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user