docs: update centos/software

This commit is contained in:
Administrator 2021-08-06 02:45:13 +00:00 committed by John Smith
parent 844a0b21b2
commit dbd0c17192

View File

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