Skip to content

Commit

Permalink
Fix: Update instruction to Fedora COPR
Browse files Browse the repository at this point in the history
Update installation instruction to new `@podengo/ipa-hcc` COPR

Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed Feb 9, 2024
1 parent d0177d9 commit c2386a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const PagePreparation = (props: PagePreparationProps) => {
steps to install the server packages
</Button>
<ClipboardCopy hoverTip="copy" clickTip="Copied" isReadOnly ouiaId="TextWizardPagePrepareInstallPackage">
dnf copr enable copr.devel.redhat.com/cheimes/ipa-hcc && dnf install ipa-hcc-server
dnf copr enable @podengo/ipa-hcc && dnf install ipa-hcc-server
</ClipboardCopy>
</TextContent>
<TextContent className="pf-u-pt-md">
Expand Down

0 comments on commit c2386a2

Please sign in to comment.