Update README.md

新增 AUR 安装方式
This commit is contained in:
taotieren 2024-01-05 12:01:28 +08:00 committed by GitHub
parent 4a9f5adb6b
commit 13e40dbcce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```
# 主题:
* layuihttps://github.com/zeyudada/StatusServerLayui 预览https://sslt.8zyw.cn