常规自动安装(推荐,自动检测内核)
bash <(wget --no-check-certificate -qO- https://git.io/lotServerInstall.sh) install
指定内核安装
bash <(wget --no-check-certificate -qO- https://git.io/lotServerInstall.sh) install <Kernel Version>
完全卸载
bash <(wget --no-check-certificate -qO- https://git.io/lotServerInstall.sh) uninstall
使用方法
- 启动命令 /appex/bin/lotServer.sh start
- 停止加速 /appex/bin/lotServer.sh stop
- 状态查询 /appex/bin/lotServer.sh status
- 重新启动 /appex/bin/lotServer.sh restart