修复脚本执行错误

This commit is contained in:
远野千束 2024-10-05 22:25:17 +08:00
parent 3b09c0650d
commit 62096e5f4d

View File

@ -28,7 +28,7 @@ _✨ 服务器状态 - 客户端 ✨_
- Linux 可使用脚本安装,带自动部署和自启动
```shell
curl -sSL https://raw.githubusercontent.com/snowykami/server-status-client/refs/heads/main/deploy.sh -o /tmp/deploy.sh && sudo bash /tmp/deploy.sh && rm /tmp/deploy.sh
sudo bash -c "$(curl -sSL https://raw.githubusercontent.com/snowykami/server-status-client/refs/heads/main/deploy.sh)"
```
- 或手动部署