45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
Markdown
- [Github文件加速](https://yishijie.gitlab.io/ziyuan/)
|
||
|
||
---
|
||
|
||
- Linux一键更换系统源脚本
|
||
```
|
||
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/mirrors.sh)
|
||
```
|
||
- Linux一键切换官方源
|
||
```
|
||
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/mirrors.sh) --use-official-source true
|
||
```
|
||
|
||
- 一键安装Docker和配置镜像地址
|
||
```
|
||
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/docker.sh)
|
||
```
|
||
|
||
|
||
- 一键自动部署异次元发卡
|
||
> 适用于`Debian 11+` `Ubuntu 18.04+`系统 基于`Caddy` `php` `mariadb`环境
|
||
```
|
||
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/web/acgfaka.sh)
|
||
```
|
||
|
||
- 一键自动安装WordPress
|
||
> 适用于`Debian 11+` `Ubuntu 18.04+`系统 基于`Caddy` `php` `mariadb`环境
|
||
```
|
||
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/web/wp.sh)
|
||
```
|
||
|
||
|
||
- acme.sh 证书一键申请脚本
|
||
|
||
```
|
||
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/acme.sh)
|
||
```
|
||
|
||
|
||
- sing-box一键脚本(多协议)
|
||
```
|
||
bash <(curl -sSL https://cdn.jsdelivr.net/gh/admin8800/sing-box@main/install.sh)
|
||
```
|
||
> **使用`sb`命令查看管理菜单**
|