From b4cc5d88e7ef969df302cb952db3e2bd4fb6e644 Mon Sep 17 00:00:00 2001 From: Brian McClain Date: Thu, 16 Jan 2025 13:39:56 -0500 Subject: [PATCH] docs: update install command for Fedora to match install page (#24870) --- website/content/docs/install/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index 7ac5f3dcf..8bdfd1dba 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -79,8 +79,7 @@ $ sudo dnf install -y dnf-plugins-core Use `dnf config-manager` to add the official HashiCorp Linux repository. ```shell-session -$ sudo dnf config-manager \ - --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo +$ sudo dnf config-manager addrepo --from-repofile=https://rpm.releases.hashicorp.com/fedora/hashicorp.repo ``` Install.