Skip to content

Commit

Permalink
修正参数 --resolve 同时下载依赖包
Browse files Browse the repository at this point in the history
  • Loading branch information
Etuloser committed Jul 8, 2019
1 parent fc4706d commit 50ec984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 使用yum下载RPM包/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
## Yumdownloader

```shell
```bash
$ yum install -y yum-utils
# 默认下载在当前目录,--destdir=DESTDIR destination directory (defaults to current directory)
$ yumdownloader --downloadonly <package>
$ yumdownloader --downloadonly --resolve <package>
```

```bash
Expand Down

0 comments on commit 50ec984

Please sign in to comment.