RPM link fixes, again
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
parent
8f33238368
commit
530d156b2b
|
@ -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/{{site.opensearch_version}}.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-dashboards-2.x.repo
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Clean your YUM cache, to ensure a smooth installation:
|
2. Clean your YUM cache, to ensure a smooth installation:
|
||||||
|
|
|
@ -59,11 +59,11 @@ YUM, an RPM package management tool, allows you to pull the RPM package from the
|
||||||
1. Create a repository file for both OpenSearch and OpenSearch Dashboards:
|
1. Create a repository file for both OpenSearch and OpenSearch Dashboards:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo curl -SL https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo -o /etc/yum.repos.d/{{site.opensearch_version}}.repo
|
sudo curl -SL https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo -o /etc/yum.repos.d/opensearch-2.x.repo
|
||||||
```
|
```
|
||||||
|
|
||||||
```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/{{site.opensearch_version}}.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-dashboards-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`.
|
||||||
|
|
Loading…
Reference in New Issue