Skip to content

Commit 3ea48dd

Browse files
authored
updating the commands to install with tar file (#10828)
Signed-off-by: Anton Rubin <[email protected]>
1 parent 2264f1f commit 3ea48dd

File tree

1 file changed

+2
-2
lines changed
  • _install-and-configure/install-dashboards

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ redirect_from:
1616
```bash
1717
# x64
1818
tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-x64.tar.gz
19-
cd opensearch-dashboards
19+
cd opensearch-dashboards-{{site.opensearch_version}}
2020
# ARM64
2121
tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-arm64.tar.gz
22-
cd opensearch-dashboards
22+
cd opensearch-dashboards-{{site.opensearch_version}}
2323
```
2424

2525
1. If desired, modify `config/opensearch_dashboards.yml`.

0 commit comments

Comments
 (0)