mirror of https://github.com/mack-a/v2ray-agent
feat(描述): 添加安装wget、curl
parent
02d38f489b
commit
a0c8a3bd6f
|
@ -1,12 +1,12 @@
|
||||||
# 安装wget
|
# 安装wget、curl
|
||||||
- centos
|
- centos
|
||||||
```
|
```
|
||||||
yum update && yum install -y wget
|
yum update && yum install -y wget curl
|
||||||
```
|
```
|
||||||
|
|
||||||
- Debian&
|
- Debian&
|
||||||
```
|
```
|
||||||
apt update && apt install wget -y
|
apt update && apt install wget curl -y
|
||||||
```
|
```
|
||||||
|
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
|
|
Loading…
Reference in New Issue