13 lines
314 B
Markdown
13 lines
314 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
|
|
```
|