From a0c8a3bd6f677aad06cecdc35bb821ce6c77cf6e Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:21:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8F=8F=E8=BF=B0):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AE=89=E8=A3=85wget=E3=80=81curl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/install/install_tools.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/install/install_tools.md b/shell/install/install_tools.md index 57accbc..c91d138 100644 --- a/shell/install/install_tools.md +++ b/shell/install/install_tools.md @@ -1,12 +1,12 @@ -# 安装wget +# 安装wget、curl - centos ``` -yum update && yum install -y wget +yum update && yum install -y wget curl ``` - Debian& ``` -apt update && apt install wget -y +apt update && apt install wget curl -y ``` - Ubuntu