交换ddns-go.sh和xray-manager.sh的下载命令顺序

This commit is contained in:
eddy
2025-11-13 00:55:32 +08:00
parent ce229fae0b
commit b53b31a0ce

View File

@@ -6,9 +6,9 @@ vps脚本
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/vps_init.sh && chmod +x vps_init.sh && ./vps_init.sh
```
- ddns-go.sh
- xray-manager.sh
```sh
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ddns-go.sh && chmod +x ddns-go.sh && ./ddns-go.sh
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/xray-manager.sh && chmod +x xray-manager.sh && ./xray-manager.sh
```
- ss2022-manager.sh
@@ -16,7 +16,9 @@ curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ddns-go.sh && c
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ss2022-manager.sh && chmod +x ss2022-manager.sh && ./ss2022-manager.sh
```
- xray-manager.sh
- ddns-go.sh
```sh
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/xray-manager.sh && chmod +x xray-manager.sh && ./xray-manager.sh
curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ddns-go.sh && chmod +x ddns-go.sh && ./ddns-go.sh
```