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`.