Remove dashboards from YUM version directory

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Naarcha-AWS 2022-05-05 12:28:08 -05:00
parent 530d156b2b
commit 8a4c748d82
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ nav_order: 31
1. Create a repository file for OpenSearch Dashboards: 1. Create a repository file for OpenSearch Dashboards:
```bash ```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: 2. Clean your YUM cache, to ensure a smooth installation:

View File

@ -63,7 +63,7 @@ YUM, an RPM package management tool, allows you to pull the RPM package from the
``` ```
```bash ```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`. To verify that the repos appear in your repo list, use `sudo yum repolist`.