From 13e40dbccee55e6fa50bd6d69fc313c3b05dc105 Mon Sep 17 00:00:00 2001 From: taotieren <admin@taotieren.com> Date: Fri, 5 Jan 2024 12:01:28 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增 AUR 安装方式 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a980f6c..9125639 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ docker run -d --restart=always --name=serverstatus -v ~/serverstatus-config.json `Docker-compose(推荐)`: docker-compose up -d ``` +- Arch Linux: [serverstatus-git](https://aur.archlinux.org/packages/serverstatus-git) + +```bash +yay -Syu serverstatus-server +``` + 【客户端】: ```bash wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python3 client-linux.py SERVER={$SERVER} USER={$USER} PASSWORD={$PASSWORD} >/dev/null 2>&1 & @@ -42,6 +48,13 @@ eg: wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python3 client-linux.py SERVER=45.79.67.132 USER=s04 >/dev/null 2>&1 & ``` +- Arch Linux: [serverstatus-git](https://aur.archlinux.org/packages/serverstatus-git) + +```bash +yay -Syu serverstatus-clients-linux +yay -Syu serverstatus-clients-psutil +``` + # 主题: * layui:https://github.com/zeyudada/StatusServerLayui ,预览:https://sslt.8zyw.cn