> For AI agents: the complete documentation index is available at https://www.tteam.icu/llms.txt, the full documentation bundle is available at https://www.tteam.icu/llms-full.txt.

# 脚本整合

```bash
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
```

添加 Swap 分区:

```bash
wget -O swap.sh https://raw.githubusercontent.com/BlueSkyXN/ChangeSource/master/swap.sh && chmod +x swap.sh && ./swap.sh
```

宝塔关闭安全入口:

```bash
rm -f /www/server/panel/data/admin_path.pl
```
