feat(描述): 添加安装wget、curl

pull/534/merge
mack-a 2020-10-16 17:21:31 +08:00
parent 02d38f489b
commit a0c8a3bd6f
1 changed files with 3 additions and 3 deletions

View File

@ -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