Skip to content

initialencounter/koimux_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koimux_bot

在手机上部署 Koishi

安装 koishi

bash -c "$(curl -L https://gitee.com/initencunter/koimux_bot/raw/master/script/koishi.sh)"

启动 koishi

koi start

停止 koishi

koi stop

重装 koishi

koi reset

附录

安装 ffmpeg

发送语音可能需要安装该软件

pkg i ffmpeg -y

安装 chromium

部分插件要使用 chromium 渲染图片

pkg i x11-repo -y
pkg rei tur-repo -y
pkg i chromium -y

我全都要

bash -c "$(curl -L https://gitee.com/initencunter/koimux_bot/raw/master/script/full.sh)"

参考与基础

koishi

ZeroTermux