Files
shell/README.md
2025-01-11 09:26:30 +08:00

64 lines
1.5 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.
- ### 一键切换系统源脚本
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/mirrors.sh)
```
- 切换官方系统源
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/mirrors.sh) --use-official-source true
```
- ### 一键安装Docker和配置镜像地址
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/docker.sh)
```
- ### 一键自动部署异次元发卡
> 适用于`Debian 11+` `Ubuntu 18.04+`系统 基于`Caddy` `php` `mariadb`环境
```
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/web/acgfaka.sh)
```
- ### 一键自动安装WordPress
> 适用于`Debian 11+` `Ubuntu 18.04+`系统 基于`Caddy` `php` `mariadb`环境
```
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/web/wp.sh)
```
- ### acme.sh 证书一键申请脚本
```
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/acme.sh)
```
- ### 快速批量搭建二级代理脚本
> 适用于Debian、Ubuntu系统。xray内核 vmess入站多sk5出站
```
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vmess-sk5.sh)
```
- ### Hysteria 2 一键搭建脚本
```
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/hy2/hysteria.sh)
```
- ### sing-box一键脚本多协议
```
bash <(wget -qO- -o- https://github.com/admin8800/sing-box/raw/main/install.sh)
```
> **使用`sing-box`命令查看管理菜单**
- ### 端口限速脚本
```
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/Mbit.sh)
```