Skip to content

Commit

Permalink
Fix Copr build installation instructions
Browse files Browse the repository at this point in the history
`dnf` is in EL since EL8, `yum` there is just a compatibility wrapper.
Also the subsequent steps don't consider `yum` at all.
Just get rid of it.

Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Jul 2, 2024
1 parent b74718a commit ed8f7e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/app/Results/ResultsPageCopr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,7 @@ const ResultsPageCopr = () => {
<br />
<List>
<ListItem>
<code>sudo yum install -y dnf-plugins-core</code> on RHEL 8 or
CentOS Stream
</ListItem>
<ListItem>
<code>sudo dnf install -y dnf-plugins-core</code> on Fedora
<code>sudo dnf install -y dnf-plugins-core</code>
</ListItem>
<ListItem>
<code>
Expand Down

0 comments on commit ed8f7e4

Please sign in to comment.