添加快捷指令和检查脚本更新

This commit is contained in:
wcwq98 2024-12-08 15:58:10 +08:00 committed by GitHub
parent 0dd43614c3
commit 13d63cf393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,11 +24,11 @@ realm 转发状态:未启用
## 一键脚本:
国内或v6 only可用推荐
```
curl -L https://host.wxgwxha.eu.org/https://github.com/wcwq98/realm/releases/download/V1.2/realm.sh -o realm.sh && chmod +x realm.sh && sudo ./realm.sh
curl -L https://host.wxgwxha.eu.org/https://github.com/wcwq98/realm/releases/download/v1.2/realm.sh -o realm.sh && chmod +x realm.sh && sudo ./realm.sh
```
```
curl -L https://github.com/wcwq98/realm/releases/download/V1.2/realm.sh -o realm.sh && chmod +x realm.sh && sudo ./realm.sh
curl -L https://github.com/wcwq98/realm/releases/download/v1.2/realm.sh -o realm.sh && chmod +x realm.sh && sudo ./realm.sh
```
```