Skip to content

Commit b8a98d5

Browse files
Update apt commands for accepting 20240523 release file updates (#11781)
* Update apt commands for accepting 20240523 release file updates Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Update _install-and-configure/install-dashboards/debian.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> --------- Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
1 parent 8ddd3d0 commit b8a98d5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

_install-and-configure/install-dashboards/debian.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ APT, the primary package management tool for Debian–based operating systems, a
8989
```bash
9090
sudo apt-get update
9191
```
92+
1. (Optional) As of May 22, 2024, the `Origin` and `Label` values of the APT repository were updated as part of [this change](https://github.com/opensearch-project/opensearch-build/issues/4485). If you created the APT repository before this date, run the following command to accept the updated release information:
93+
```bash
94+
sudo apt-get update --allow-releaseinfo-change
95+
```
9296
1. With the repository information added, list all available versions of OpenSearch:
9397
```bash
9498
sudo apt list -a opensearch-dashboards

_install-and-configure/install-opensearch/debian.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ APT, the primary package management tool for Debian–based operating systems, a
132132
```
133133
{% include copy.html %}
134134

135+
1. (Optional) As of May 22, 2024, the `Origin` and `Label` values of the APT repository were updated as part of [this change](https://github.com/opensearch-project/opensearch-build/issues/4485). If you created the APT repository before this date, run the following command to accept the updated release information:
136+
```bash
137+
sudo apt-get update --allow-releaseinfo-change
138+
```
139+
{% include copy.html %}
140+
135141
1. With the repository information added, list all available versions of OpenSearch:
136142
```bash
137143
sudo apt list -a opensearch

0 commit comments

Comments
 (0)