From c957dd0b5a5b7da67360239d3cdcc6313c64ecc8 Mon Sep 17 00:00:00 2001 From: eddy <1036636139@qq.com> Date: Fri, 7 Nov 2025 14:50:47 +0800 Subject: [PATCH] #0 README.md --- README.md | 45 +++++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 5880042..7c29883 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,28 @@ -## vps -vps脚本 +# vps脚本 + +## 常用脚本 + +- vps_init +```sh +curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/vps_init.sh && chmod +x vps_init.sh && ./vps_init.sh +``` + +- v2raya +```sh +curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/v2raya/v2raya.sh && chmod +x v2raya.sh && ./v2raya.sh +``` + +- xray-manager +```sh +curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/xray-manager.sh && chmod +x xray-manager.sh && ./xray-manager.sh +``` + +- ddns-go +```sh +curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/ddns-go.sh && chmod +x ddns-go.sh && ./ddns-go.sh +``` + +## 其他脚本 - sysUpdate ```sh @@ -16,22 +39,4 @@ curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/02-sysCleanup curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/03-docker.sh && chmod +x 03-docker.sh && ./03-docker.sh ``` -- ddns-go -```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/ddns-go.sh && chmod +x ddns-go.sh && ./ddns-go.sh -``` -- vps_init -```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/vps_init.sh && chmod +x vps_init.sh && ./vps_init.sh -``` - -- xray-manager -```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/xray-manager.sh && chmod +x xray-manager.sh && ./xray-manager.sh -``` - -- v2raya -```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/v2raya/v2raya.sh && chmod +x v2raya.sh && ./v2raya.sh -```