注意!!!服务器系统:CentOS
连接服务器
下载工具
//下载工具
yum install wget git screen nodejs
//创建目录,并到该目录下
mkdir go-cqhttp && cd go-cqhttp
因为我的linux系统是64位的,所以到go-cqhttp的官网右键复制 go-cqhttp_linux_amd64.tar.gz 最新的下载地址。(仅复制)
go-cqhttp:https://github.com/Mrs4s/go-cqhttp/releases
go-cqhttp_linux_amd64.tar.gz的下载地址(https://github.com/Mrs4s/go-cqhttp/releases/download/v1.0.0-beta1/go-cqhttp_linux_amd64.tar.gz)
然后在服务器上下载这个压缩包
wget