mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 10:05:18 +00:00
Update README.md
This commit is contained in:
parent
31ca394378
commit
616ed2bf1c
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user