From 8a4c748d82cc9d96db64d1b183008ed1fe153605 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS Date: Thu, 5 May 2022 12:28:08 -0500 Subject: [PATCH] Remove dashboards from YUM version directory Signed-off-by: Naarcha-AWS --- _dashboards/install/rpm.md | 2 +- _opensearch/install/rpm.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_dashboards/install/rpm.md b/_dashboards/install/rpm.md index 87ec6265..5dedf213 100644 --- a/_dashboards/install/rpm.md +++ b/_dashboards/install/rpm.md @@ -10,7 +10,7 @@ nav_order: 31 1. Create a repository file for OpenSearch Dashboards: ```bash - sudo curl -SL https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/opensearch-dashboards-2.x.repo -o /etc/yum.repos.d/opensearch-dashboards-2.x.repo + sudo curl -SL https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/opensearch-dashboards-2.x.repo -o /etc/yum.repos.d/opensearch-2.x.repo ``` 2. Clean your YUM cache, to ensure a smooth installation: diff --git a/_opensearch/install/rpm.md b/_opensearch/install/rpm.md index b24312a5..bf1566a2 100644 --- a/_opensearch/install/rpm.md +++ b/_opensearch/install/rpm.md @@ -63,7 +63,7 @@ YUM, an RPM package management tool, allows you to pull the RPM package from the ``` ```bash - sudo curl -SL https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/opensearch-dashboards-2.x.repo -o /etc/yum.repos.d/opensearch-dashboards-2.x.repo + sudo curl -SL https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/opensearch-dashboards-2.x.repo -o /etc/yum.repos.d/opensearch-2.x.repo ``` To verify that the repos appear in your repo list, use `sudo yum repolist`.