From 963dc92c9d8884e916c26339295b863fbf1c25a5 Mon Sep 17 00:00:00 2001 From: eddy <1036636139@qq.com> Date: Thu, 6 Nov 2025 20:41:46 +0800 Subject: [PATCH] 1 --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..47c40a4 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# vps +vps脚本 + +- 00-disable-password +```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 +``` + +- 01-sysUpdate +```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 +``` + +- 02-sysCleanup +```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 +``` + +- 03-docker +```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 +``` + +- 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 +```