Remove dashboards from YUM version directory
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
parent
530d156b2b
commit
8a4c748d82
|
@ -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:
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue