喵版Yunzai-Bot安装教程(适用于Ubuntu-ARM和x86架构)
本文最后更新于 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
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 彼岸SKY
评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果