We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a21048 commit d624b79Copy full SHA for d624b79
deploy-manage/deploy/self-managed/install-kibana-with-debian-package.md
@@ -48,7 +48,7 @@ You have several options for installing the {{es}} Debian package:
48
2. Save the repository definition to `/etc/apt/sources.list.d/elastic-9.x.list`:
49
50
```sh
51
- echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-9.x.list
+ echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/9.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-9.x.list
52
```
53
54
3. Install the {{kib}} Debian package:
0 commit comments