update
This commit is contained in:
44
README.md
Normal file
44
README.md
Normal file
@@ -0,0 +1,44 @@
|
||||
- [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`命令查看管理菜单**
|
||||
Reference in New Issue
Block a user