AILib 脚本服务 ================ 可用脚本: - /menu.sh 交互式菜单(推荐) - /frpc.sh FRP 客户端部署脚本 - /frps.sh FRP 服务端部署脚本 - /docker-daemon.sh Docker 配置脚本 - /mqtt_lan.sh 局域网 MQTT 桥接脚本 - /mqtt_wan.sh 服务器 MQTT 部署脚本 - /key.sh SSH 密钥生成脚本 使用方法(执行后会提示输入密码): 交互式菜单(推荐): curl http://script.ailib.cn/menu.sh | bash 直接执行脚本: curl -u x http://script.ailib.cn/frpc.sh | bash curl -u x http://script.ailib.cn/docker-daemon.sh | bash curl -u x http://script.ailib.cn/mqtt_lan.sh | bash frpc.sh 支持 update 参数更新镜像: curl -u x http://script.ailib.cn/frpc.sh | bash -s update mqtt_lan.sh 支持指定公网 Broker 和更新: curl -u x http://script.ailib.cn/mqtt_lan.sh | bash -s other.broker.com curl -u x http://script.ailib.cn/mqtt_lan.sh | bash -s -- update