先换源(清华原)

bash <(curl -sSL https://linuxmirrors.cn/main.sh)

NapCatQQ一键脚本一路Y就行

curl -o napcat.sh https://nclatest.znin.net/NapNeko/NapCat-Installer/main/script/install.sh && sudo bash napcat.sh

安装完成后去wiki设置网络连接
选择倒数第二个
IP  127.0.0.1  端口 6700
安装go1.20.3

#下载
wget https://dl.google.com/go/go1.20.3.linux-amd64.tar.gz
#转移
sudo mv go1.20.3.linux-amd64.tar.gz  /usr/local
#cd到/usr/local目录
cd /usr/local
#解压
sudo tar -zxf go1.20.3.linux-amd64.tar.gz
#修改bash.bashrc
sudo vim /etc/bash.bashrc
拉倒最低切英文输入法安i家键盘右键切到最后一行代码的外面回车复制下面的东西黏贴(数字键盘旁边的那个右边的数字键盘)
#golang env config
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
#保存并关闭
Shift+:输入WQ回车保存
#输入下面的刷新
source /etc/bash.bashrc
输入下面的确认安装
go version

下载ZeroBot

git clone --depth 1 https://ghp.ci/https://github.com/FloatTech/ZeroBot-Plugin.git /root/Bot/ZeroBot

进入ZeroBot目录

cd /root/Bot/ZeroBot

获取权限

chmod u+x run.sh

运行(运行后等待一段时间确定正常运行)

./run.sh

结束ZeroBot
ctrl+c 结束进程
cd到root目录下

cd

创建一个新的窗口

screen -S test

cd到机器人目录

cd /root/Bot/ZeroBot

运行机器人

./run.sh

 退出当前窗口

ctrl+a+d   (保留当前窗口)

 查看窗口

screen -ls

# 重新连接窗口

screen -r id或窗口名称

NapCatQQ配置

安装完成,请输入 xvfb-run -a qq --no-sandbox 命令启动。
保持后台运行 请输入 screen -dmS napcat bash -c "xvfb-run -a qq --no-sandbox"
后台快速登录 请输入 screen -dmS napcat bash -c "xvfb-run -a qq --no-sandbox -q 你的机器人QQ"
Napcat安装位置 /opt/QQ/resources/app/app_launcher/napcat
注意,您可以随时使用screen -r napcat来进入后台进程并使用ctrl + a + d离开(离开不会关闭后台进程)。

配置方法看图

ZeroBot-Plugin部署教程

ZeroBot-Plugin部署教程

ZeroBot-Plugin部署教程

ZeroBot-Plugin部署教程

ZeroBot-Plugin部署教程

ZeroBot-Plugin部署教程

这样就行了