安卓Termux用Ubuntu安裝Miao-Yunzai(最后編輯于2023.8.13)
第一步先下載Termux:
鏈接:https://f-droid.org/packages/com.termux/
安裝好后打開


接著輸入
sed -i 's@^\(deb.*stable main\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-main stable main@' $PREFIX/etc/apt/sources.list
(運(yùn)行完此段再運(yùn)行下一段)
apt update && apt upgrade
(把官方源替換為 TUNA 鏡像源)


倆段執(zhí)行完后接著輸入執(zhí)行
pkg install proot git python -y
執(zhí)行完輸入
git clone?https://gitee.com/Le-niao/termux-install-linux.git
運(yùn)行完接著
cd termux-install-linux
(轉(zhuǎn)到安裝目錄)
輸入
python termux-linux-install.py
安裝Ubuntu


等待安裝完成
輸入
cd ~/Termux-Linux/Ubuntu
轉(zhuǎn)到Ubuntu目錄再輸入
./start-ubuntu.sh
啟動Ubuntu,接著輸入
apt update
之后輸入
apt install curl -y
安裝curl
安裝完成接著執(zhí)行
curl -sL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
(一行一行執(zhí)行)
接著
apt-get install redis? -y
redis-server --daemonize yes
然后
apt install chromium-browser -y
安裝瀏覽器
apt install -y --force-yes --no-install-recommends fonts-wqy-microhei
安裝中文字體
接著
apt install git -y
安裝git

然后克隆yunzai項目
git clone --depth=1 https://gitee.com/yoimiya-kokomi/Miao-Yunzai.git
安裝好后轉(zhuǎn)到y(tǒng)unzai目錄
cd?Miao-Yunzai
然后安裝喵喵插件
git clone --depth=1https://gitee.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/
最后輸入
npm install pnpm -g
安裝pnpm
然后
pnpm install -P
(這里請耐心等待完成)
安裝依賴
執(zhí)行完成后即可輸入
node app
啟動yunzai


之后啟動Termux輸入
cd ~/Termux-Linux/Ubuntu
./start-ubuntu.sh
redis-server --save 900 1 --save 300 10 --daemonize yes
cd Miao-Yunzai
node app
即可直接啟動yunzai

即可直接啟動yunzai
注意Termux要保持運(yùn)行,不然機(jī)器人也會掉線
插件安裝什么的,下次再寫好了????