diff --git a/README.md b/README.md index 47c40a4..f0507c8 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ # vps vps脚本 -- 00-disable-password +- vps_init.sh ```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/00-disable-password.sh && chmod +x 00-disable-password.sh && ./00-disable-password.sh +curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/vps_init.sh && chmod +x vps_init.sh && ./vps_init.sh ``` -- 01-sysUpdate +- ddns-go.sh ```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/01-sysUpdate.sh && chmod +x 01-sysUpdate.sh && ./01-sysUpdate.sh +curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ddns-go.sh && chmod +x ddns-go.sh && ./ddns-go.sh ``` -- 02-sysCleanup +- ss2022-manager.sh ```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/02-sysCleanup.sh && chmod +x 02-sysCleanup.sh && ./02-sysCleanup.sh +curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/ss2022-manager.sh && chmod +x ss2022-manager.sh && ./ss2022-manager.sh ``` -- 03-docker +- xray-manager.sh ```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/03-docker.sh && chmod +x 03-docker.sh && ./03-docker.sh +curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/xray-manager.sh && chmod +x xray-manager.sh && ./xray-manager.sh ``` -- ddns-go +- xray-manager-v25.8.31.sh ```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 +curl -sS -O https://gitea.tohub.top/Share/script/raw/branch/main/xray-manager-v25.8.31.sh && chmod +x xray-manager.sh && ./xray-manager.sh ```