本文最后更新于 2024-08-04,文章内容可能已经过时!

温馨提示:建议获取root权限后执行

  • 更换软件源

bash <(curl -sSL https://linuxmirrors.cn/main.sh)
  • 更新系统

apt update && apt upgrade -y
  • 安装nodejs

apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh && bash nodesource_setup.sh
  • 安装redis

apt-get install redis -y
  • 安装chromium浏览器(x86架构,ARM架构自行找软件源)

apt install chromium-browser -y
  • 安装git

apt-get install git -y
  • 克隆喵版Miao-Yunzai

git clone --depth=1 https://github.com/yoimiya-kokomi/Miao-Yunzai.git
  • 进入Miao-Yunzai

cd Miao-Yunzai && git clone --depth=1 https://github.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/
  • 安装pnpm

//更新国内npm源
npm --registry=https://registry.npmmirror.com install pnpm -g
  • 安装依赖

//更新国内pnpm源
pnpm config set registry https://registry.npmmirror.com && pnpm install -P
  • 运行程序

node app

Yunzai-Bot插件库(点击跳转)