1
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user