Update README.md

This commit is contained in:
丰仔 2024-08-13 15:48:40 +08:00 committed by GitHub
parent 31ca394378
commit 616ed2bf1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,13 @@
### 使用方法 ### 使用方法
确保用户为ROOT主机网络通畅复制下面任意命令运行 确保用户为ROOT主机网络通畅复制下面任意命令运行
**支持Debian/Ubuntu/Deepin不支持CentOS** **支持CentOS/Debian/Ubuntu/Deepin**
CentOS
```bash
yum install wget&&wget -O Nlbench.sh https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/Nlbench.sh && chmod +x Nlbench.sh && ./Nlbench.sh
```
Debian/Ubuntu/Deepin
```bash ```bash
wget -O Nlbench.sh https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/Nlbench.sh && chmod +x Nlbench.sh && ./Nlbench.sh wget -O Nlbench.sh https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/Nlbench.sh && chmod +x Nlbench.sh && ./Nlbench.sh
``` ```