16 lines
358 B
Markdown
16 lines
358 B
Markdown
### acme.sh 证书一键申请脚本
|
|
|
|
```
|
|
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/acme.sh && bash acme.sh
|
|
```
|
|
|
|
|
|
### 一键搭建LNMP环境的WordPress脚本
|
|
|
|
```
|
|
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/wordpress.sh && bash wordpress.sh
|
|
```
|
|
|
|
|
|
### 快速批量搭建二级代理脚本
|