【2022.10.26】本机搭建mirai

# 复制网页内下载链接:https://github.com/iTXTech/mcl-installer/releases/
wget https://github.com/iTXTech/mcl-installer/releases/download/a02f711/mcl-installer-a02f711-linux-amd64
chmod +x mcl-installer-a02f711-linux-amd64
./mcl-installer-a02f711-linux-amd64
#
./mcl
# 升级2.13.0-RC2
./mcl --update-package net.mamoe:mirai-console-terminal --channel maven-prerelease
./mcl --update-package net.mamoe:mirai-core-all --channel maven-prerelease
./mcl --update-package net.mamoe:mirai-console --channel maven-prerelease
./mcl -u
# 下载插件
cd plugins
# https://github.com/project-mirai/mirai-api-http/releases
wget https://github.com/project-mirai/mirai-api-http/releases/download/v2.6.2/mirai-api-http-v2.6.2.mirai2.jar
# https://github.com/project-mirai/chat-command/releases
wget https://github.com/project-mirai/chat-command/releases/download/0.5.1/chat-command-0.5.1.jar
# B站动态 https://github.com/Colter23/bilibili-dynamic-mirai-plugin/releases
wget https://github.com/Colter23/bilibili-dynamic-mirai-plugin/releases/download/v3.2.0/bilibili-dynamic-mirai-plugin-3.2.0.mirai2.jar
# 前置插件 https://github.com/cssxsh/mirai-skia-plugin/releases
wget https://github.com/cssxsh/mirai-skia-plugin/releases/download/v1.1.10/mirai-skia-plugin-1.1.10.mirai2.jar
# 微博 https://github.com/cssxsh/weibo-helper/releases
wget https://github.com/cssxsh/weibo-helper/releases/download/v1.5.9-M1/weibo-helper-1.5.9-M1.mirai2.jar
posted @ 2022-10-26 11:16  Mokou  阅读(74)  评论(0编辑  收藏  举报