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