Commit 084afb3
Charlie Tonneslan
docs: drop --repo gh-cli from dnf install lines
The documented dnf install lines pin resolution to the gh-cli repo
with --repo gh-cli. That repo only ships the gh package, so on a
fresh Fedora install without git already present the install fails
with "nothing provides git needed by gh-2.87.3-1.x86_64 from gh-cli"
(cli#12808). Dropping --repo lets dnf pull git from the system repos
while still installing gh from gh-cli.
The maintainer suggested this in the issue thread after spotting
that other projects (docker, vagrant) use addrepo without the
restrictive --repo flag.
Closes cli#12808
Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>1 parent b99d73d commit 084afb3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments