This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkg update && pkg upgrade -y | |
| pkg install python -y | |
| pkg install unzip -y | |
| mkdir napcat | |
| curl -o napcat.termux.sh https://nclatest.znin.net/NapNeko/NapCat-Installer/main/script/install.termux.sh && bash napcat.termux.sh | |
| cd .. | |
| mkdir astrbot | |
| wget https://codeload.github.com/AstrBotDevs/AstrBot/zip/refs/heads/master | |
| unzip master | |
| cd AstrBot-master |