Update README.md

This commit is contained in:
wcwq98 2024-12-21 23:55:17 +08:00 committed by GitHub
parent 5a60fed5ce
commit 92973f0e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,19 +16,20 @@
7. 重启服务
8. 检测更新
9. 一键卸载
10. 更新脚本
0. 退出脚本
=================
realm 状态:安装
realm 转发状态:启用
realm 状态:安装
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.3/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.3/realm.sh -o realm.sh && chmod +x realm.sh && sudo ./realm.sh
```
```