# Yunzai-Bot-Shell
**Repository Path**: Misaka21011/Yunzai-Bot-Shell
## Basic Information
- **Project Name**: Yunzai-Bot-Shell
- **Description**: 多系统适配的Yunzai-Bot部署脚本
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 10
- **Created**: 2023-10-22
- **Last Updated**: 2026-03-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# A Bot-Install-Shell for Yunzai 🍓
- 一站式 Yunzai Bot 部署执行脚本
### 适配系统
- [x] Android
- [x] Arch
- [ ] Centos
- [x] Debian
- [x] Ubuntu
### 特点
- [x] 一键化部署
- [x] 多BOT支持
- [x] 多系统支持
- [x] 轻量无冗杂
- [x] 机器人账密修改
- [x] 配置文件方便更改
- [x] 插件的安装/更新/卸载
- [x] ffmpeg 安装
- [x] ~~签名服务器部署~~
- [x] 拉格朗日 多开管理
- [x] NapCat 多开管理
- [x] meme 表情包生成器管理
## 安装
> 注意: 如果您 **已经** 使用其他脚本部署过机器人,那么安装呆毛版脚本后,请第一时间执行 `xdm SWPKG` 来检查软件包依赖,防止出现某些错误。
>
> 安装前需要 `同意` [用户协议](./Manage/用户协议.txt)
① 服务器安装方法
购买服务器
- 纯小白推荐买一个 38元/年的2核2GB 或 188元/年的2核4GB 的[华为云(该链接无任何推广AFF)](https://activity.huaweicloud.com/discount_area_v5/index.html?utm_adplace=ecs-xsfwq_guanggao1),使用Ubuntu24+镜像开机后,学习[使用SSH登陆服务器](https://www.bing.com/search?q=Termius%E4%BD%BF%E7%94%A8SSH%E7%99%BB%E9%99%86%E6%9C%8D%E5%8A%A1%E5%99%A8)然后输入以下命令:
② Android手机安装命令
##### 安卓手机
###### 按照此文档部署
> [部署文档地址](./Markdown/Tmoe.md)
>
> [文件管理文档地址](./Markdown/MT-Termux.md)
③ 已安装容器的安装方法
##### 已安装容器
###### 注意:除非您知道您在干什么,否则请不要使用该项!!!
```sh
bash <(curl -sL https://gitee.com/Misaka21011/Yunzai-Bot-Shell/raw/master/install.sh)
# 或
bash <(curl -sL https://raw.githubusercontent.com/misaka20002/Bot-Install-Shell/master/install.sh)
```
展开/收起
- 打开呆毛版脚本的命令
```sh
xdm
```
- 获取呆毛版脚本帮助的命令
```sh
xdm help
```
- 修复呆毛版脚本打不开的命令
```sh
bash <(curl -sL https://gitee.com/Misaka21011/Yunzai-Bot-Shell/raw/master/install.sh)
#或
bash <(curl -sL https://raw.githubusercontent.com/misaka20002/Bot-Install-Shell/master/install.sh)
```
- 删除呆毛版脚本的命令
```sh
rm /usr/local/bin/xdm
```