From dbd0c17192b64355176cd6de5f643345028f4a57 Mon Sep 17 00:00:00 2001 From: Administrator <450292408@qq.com> Date: Fri, 6 Aug 2021 02:45:13 +0000 Subject: [PATCH] docs: update centos/software --- centos/software.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/centos/software.md b/centos/software.md index a9154c1..0ec3f92 100644 --- a/centos/software.md +++ b/centos/software.md @@ -2,7 +2,7 @@ title: 常用软件安装 description: CentOS中常用软件的安装 published: true -date: 2021-08-05T09:05:05.279Z +date: 2021-08-06T02:45:11.772Z tags: centos editor: markdown dateCreated: 2021-08-03T08:44:11.452Z @@ -181,4 +181,9 @@ $ ./nginx # zip、unzip ```bash $ yum install -y zip unzip +``` + +# wget +```bash +$ yum install -y wget ``` \ No newline at end of file