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 +```