vps脚本

This commit is contained in:
eddy
2025-11-06 20:44:43 +08:00
parent 963dc92c9d
commit 0f07fd9628

View File

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