Files
shell/README.md
2025-07-16 12:35:21 +00:00

45 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- [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`命令查看管理菜单**