#0 README.md
This commit is contained in:
45
README.md
45
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user