Rectify rpm installation for dashboards (#776)

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
This commit is contained in:
Sayali Gaikawad 2022-07-07 10:23:26 -07:00 committed by GitHub
parent 5d5729c4c0
commit bda7ffdfe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/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/dashboards.2.x.repo
```
To verify that the repos appear in your repo list, use `sudo yum repolist`.