Files
shell/README.md
2024-02-09 06:47:17 +08:00

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