docs/en/deploy/astrbot/community-deployment.md
[!WARNING] AstrBot official does not guarantee the security and stability of these deployment methods.
Use curl to download the script and execute it using bash:
bash <(curl -sSL https://raw.githubusercontent.com/zhende1113/Antlia/refs/heads/main/Script/AstrBot/Antlia.sh)
If your system does not have curl, you can use wget:
wget -qO- https://raw.githubusercontent.com/zhende1113/Antlia/refs/heads/main/Script/AstrBot/Antlia.sh | bash
Repository Address: zhende1113/Antlia
Supports AstrBot / NapCat.
[!TIP] Use
sudofor elevated permissions if you have insufficient privileges.
curlcurl -sSL https://raw.githubusercontent.com/railgun19457/AstrbotScript/main/AstrbotScript.sh -o AstrbotScript.sh
chmod +x AstrbotScript.sh
sudo ./AstrbotScript.sh
wgetwget -qO AstrbotScript.sh https://raw.githubusercontent.com/railgun19457/AstrbotScript/main/AstrbotScript.sh
chmod +x AstrbotScript.sh
sudo ./AstrbotScript.sh
[!note]
sudo ./AstrbotScript.sh --no-color (Optional: disable color output)
Repository Address: railgun19457/AstrbotScript
Refer to zz6zz666/AstrBot-Android-App